mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
217 B
Makefile
11 lines
217 B
Makefile
FEATURES_REQUIRED += periph_uart
|
|
USEMODULE += iolist
|
|
USEMODULE += netdev_eth
|
|
USEMODULE += netdev_new_api
|
|
USEMODULE += random
|
|
USEMODULE += tsrb
|
|
|
|
ifneq (,$(filter ethos_stdio,$(USEMODULE)))
|
|
USEMODULE += isrpipe
|
|
endif
|