mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e73b4d2d24
Define CPU_MODEL as it required by cortexm.inc.mk The default setting will be removed from cortexm.inc.mk.
7 lines
199 B
Makefile
7 lines
199 B
Makefile
# This CPU only implements one CPU_MODEL with the same name
|
|
CPU_MODEL = lpc1768
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_pm
|
|
|
|
-include $(RIOTCPU)/cortexm_common/Makefile.features
|