1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00
RIOT/drivers/slipdev/Makefile.dep
2025-07-02 12:12:53 +02:00

17 lines
413 B
Makefile

USEMODULE += chunked_ringbuffer
USEMODULE += eui_provider
USEMODULE += netdev_new_api
USEMODULE += netdev_register
FEATURES_REQUIRED += periph_uart
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
USEMODULE += isrpipe
endif
ifneq (,$(filter slipdev_config,$(USEMODULE)))
USEMODULE += checksum
USEMODULE += sock_udp
USEMODULE += gnrc_ipv6
USEMODULE += nanocoap_sock
USEMODULE += nanocoap_resources
endif