8 lines
168 B
Makefile
8 lines
168 B
Makefile
CPU_CORE = cortex-m0plus
|
|
CPU_FAM = samd21
|
|
|
|
FEATURES_PROVIDED += puf_sram
|
|
FEATURES_PROVIDED += periph_gpio_fast_read
|
|
|
|
-include $(RIOTCPU)/sam0_common/Makefile.features
|