7 lines
138 B
Makefile
7 lines
138 B
Makefile
export CPU_ARCH = cortex-m3
|
|
|
|
# use common periph functions
|
|
USEMODULE += periph_common
|
|
|
|
include $(RIOTCPU)/Makefile.include.cortexm_common
|