mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0c08abd19a
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.
7 lines
137 B
Makefile
7 lines
137 B
Makefile
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED += periph_uart_nonblocking
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|