mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 23:53:08 +01:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
USEMODULE += tsrb
|
|
USEMODULE += eui_provider
|
|
USEMODULE += netdev_register
|
|
FEATURES_REQUIRED += periph_uart
|
|
|
|
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
|
|
USEMODULE += isrpipe
|
|
endif
|