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
994374ec51
zephyr
/
tests
/
drivers
/
uart
/
uart_basic_api
/
prj_poll.conf
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Uart: Added testcase support for drivers using only poll mode Signed-off-by: Nirmala Devi <nirmala.devix.m@intel.com>
2017-10-19 21:44:17 +08:00
CONFIG_SERIAL=y
CONFIG_ZTEST=y
tests: uart_basic_api: fix configuration These additional configs should have been put in prj.conf and not here. Makes the tests simpler to build correctly outside of sanitycheck. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-25 02:46:17 +08:00
CONFIG_NATIVE_UART_0_ON_STDINOUT=y