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/Makefile
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

7 lines
137 B
Makefile

include ../Makefile.tests_common
FEATURES_REQUIRED += periph_uart_nonblocking
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include