This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
b3739169cb
zephyr
/
samples
/
nfc
/
nfc_hello
/
prj.conf
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: nfc_hello: Add CONFIG_SERIAL=y to project conf 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>
2017-04-08 04:18:37 +08:00
CONFIG_SERIAL=y
nfc: Dummy app for signal-through on UART1 for x86 Change-Id: I88227932302c747f837cf391b937ef9f6da14f4e Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2015-06-18 14:49:38 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y