zephyr/samples
Andrzej Głąbek 5239bef610 drivers: pwm_nrf5_sw: Remove PWM_NRF5_SW_0_DEV_NAME Kconfig option
This option determines the name under which the device represented by
the `sw_pwm` node is registered in the system. But when the value of
this option does not match the `label` property of the `sw_pwm` node,
a problem arises when the `sw_pwm` node is referenced by a "pwm-leds"
compatible node, since the `*_PWMS_CONTROLLER` macro that is generated
for this referencing node contains a non-existing device name (as it is
the `label` property value, not the Kconfig option value).
This commit solves the issue described above by removing the Kconfig
option and replacing all of its occurrences in sample applications
by the standard macro generated for the `sw_pwm` node, containing
the value of the `label` property of this node.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-10-04 17:21:32 +02:00
..
application_development native: removed redundant compiler args MMD & MP 2019-09-17 11:27:19 +02:00
basic samples: fix signed overflow in blinky example 2019-09-19 09:31:41 -05:00
bluetooth drivers: pwm_nrf5_sw: Remove PWM_NRF5_SW_0_DEV_NAME Kconfig option 2019-10-04 17:21:32 +02:00
boards drivers: pwm_nrf5_sw: Remove PWM_NRF5_SW_0_DEV_NAME Kconfig option 2019-10-04 17:21:32 +02:00
cpp_synchronization
display samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
drivers samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
gui samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
hello_world doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
mpu
net samples: net: websocket: App for doing Websocket client requests 2019-10-04 16:38:34 +03:00
nfc/nfc_hello
philosophers tests: Never disable SMP 2019-09-26 16:54:06 -04:00
portability tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sensor tests: fix identifiers 2019-09-30 17:20:22 -04:00
shields tests: fix identifiers 2019-09-30 17:20:22 -04:00
subsys samples: move board overlay files into boards directory 2019-10-01 20:38:24 -07:00
synchronization tests: tracing: add tests for tracing features 2019-09-27 14:42:22 -04:00
testing/integration
userspace doc: fix doc, boards, and samples misspellings 2019-09-27 11:44:00 +02:00
classic.rst
index.rst