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
54283efcce
zephyr
/
tests
/
drivers
/
uart
/
uart_async_api
/
prj.conf
5 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: uart: Add tests for async UART API. Added tests for async UART API and test configuration for nrf52840_pca10056 board. For tests to work, RX and TX pins have to be connected together and second UART is needed to output results to console. Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
2018-12-18 19:46:41 +08:00
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y
CONFIG_ZTEST=y
tests: uart_async_api: run in user mode Callback registration occurs in new cases which immediately precede each test. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-14 08:50:03 +08:00
CONFIG_TEST_USERSPACE=y