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