2020-09-03 20:05:12 +02:00
|
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
2020-06-26 21:55:37 +02:00
|
|
|
FEATURES_REQUIRED += periph_uart
|
2021-07-26 14:42:53 +02:00
|
|
|
FEATURES_OPTIONAL += periph_uart_collision
|
2021-05-27 22:20:53 +02:00
|
|
|
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
|
|
|
|
|
2022-10-06 17:48:47 +02:00
|
|
|
USEMODULE += checksum
|
2021-11-14 20:03:22 +01:00
|
|
|
USEMODULE += chunked_ringbuffer
|
2020-09-03 20:05:12 +02:00
|
|
|
USEMODULE += eui_provider
|
2020-06-26 21:55:37 +02:00
|
|
|
USEMODULE += iolist
|
|
|
|
USEMODULE += netdev_eth
|
2022-08-09 14:58:36 +02:00
|
|
|
USEMODULE += netdev_legacy_api
|
2020-06-26 21:55:37 +02:00
|
|
|
USEMODULE += random
|
2022-01-24 17:43:32 +01:00
|
|
|
USEMODULE += ztimer_usec
|