zephyr/samples/bluetooth
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
..
beacon
central
central_hr
eddystone
handsfree
hci_spi
hci_uart
hci_usb
ibeacon
ipsp
mesh
mesh_demo drivers: pwm_nrf5_sw: Remove PWM_NRF5_SW_0_DEV_NAME Kconfig option 2019-10-04 17:21:32 +02:00
peripheral Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_csc Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_dis settings: Generic function to call set handler 2019-09-24 14:15:38 +02:00
peripheral_esp Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_hids Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_hr
peripheral_ht Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_sc_only
scan_adv
bluetooth.rst