The hexiwear_k64 board can drive the leds with a pwm, so update the fade_led sample to work with this board. Jira: ZEP-2025 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_PWM=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_PWM_LEVEL=4
|