1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/dose/Makefile.dep

18 lines
457 B
Makefile
Raw Normal View History

2020-09-03 20:05:12 +02:00
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_uart
FEATURES_OPTIONAL += periph_uart_collision
FEATURES_OPTIONAL += periph_uart_rxstart_irq
2020-09-03 20:05:12 +02:00
2021-11-09 21:59:27 +01:00
ifneq (,$(filter dose_watchdog,$(USEMODULE)))
FEATURES_REQUIRED += periph_timer_periodic
endif
USEMODULE += checksum
USEMODULE += chunked_ringbuffer
2020-09-03 20:05:12 +02:00
USEMODULE += eui_provider
USEMODULE += iolist
USEMODULE += netdev_eth
USEMODULE += netdev_legacy_api
USEMODULE += random
2022-01-24 17:43:32 +01:00
USEMODULE += ztimer_usec