1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_uart_nonblocking
Benjamin Valentin 0c08abd19a tests/periph_uart_nonblocking: add simple test application
The application is mainly to compile-test non-blocking UART
functionality, but some functional testing is also possible.

With non-blocking UART the total runtime of the program is 2100735 µs
on same54-xpro.
With blocking UART the total runtime is 2152407 µs.
2019-11-28 09:26:58 +01:00
..
tests tests/periph_uart_nonblocking: add simple test application 2019-11-28 09:26:58 +01:00
main.c tests/periph_uart_nonblocking: add simple test application 2019-11-28 09:26:58 +01:00
Makefile tests/periph_uart_nonblocking: add simple test application 2019-11-28 09:26:58 +01:00