5239bef610
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> |
||
---|---|---|
.. | ||
96b_argonkey | ||
altera_max10 | ||
arc_secure_services | ||
bbc_microbit | ||
intel_s1000_crb | ||
nrf52 | ||
olimex_stm32_e407 | ||
reel_board/mesh_badge | ||
sensortile_box | ||
up_squared/gpio_counter | ||
boards.rst |