mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
210 B
Makefile
10 lines
210 B
Makefile
ifneq (,$(filter periph_uart_nonblocking,$(USEMODULE)))
|
|
USEMODULE += tsrb
|
|
endif
|
|
|
|
# All SAM0 based CPUs provide PM
|
|
USEMODULE += pm_layered
|
|
|
|
# include sam0 common periph drivers
|
|
USEMODULE += sam0_common_periph
|