7 lines
127 B
Makefile
7 lines
127 B
Makefile
CPU_CORE = cortex-m4f
|
|
CPU_FAM = lm4f120
|
|
|
|
FEATURES_PROVIDED += cortexm_mpu
|
|
|
|
include $(RIOTCPU)/cortexm_common/Makefile.features
|