1928632a97
Most boards enable a serial driver by default, but the hexiwear_kw40z does not because it uses Segger RTT for the console. This sample requires a serial driver, so add CONFIG_SERIAL=y to its project conf file. Jira: ZEP-1391 Change-Id: Iee813d1054378040fe9ff72a3ca1ea7bd66bcdfe Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
CONFIG_SERIAL=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|