mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
CPU_CORE = cortex-m0plus
|
|
|
|
FEATURES_PROVIDED += periph_gpio_fast_read
|
|
|
|
ifeq (,$(filter samd20%,$(CPU_MODEL)))
|
|
FEATURES_PROVIDED += periph_uart_collision
|
|
endif
|
|
|
|
-include $(RIOTCPU)/sam0_common/Makefile.features
|