mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 16:32:57 +00:00
The difference between "blinky" and "blink_led" is not clear. This rename makes it more obvious that "blinky_pwm", well, blinks an LED using PWM. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_PWM=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_PRINTK=y
|
|
CONFIG_LOG_IMMEDIATE=y
|
|
CONFIG_PWM_LOG_LEVEL_DBG=y
|