2016-12-28 13:44:13 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f0
|
|
|
|
export CPU_MODEL = stm32f042k6
|
|
|
|
|
2017-03-06 23:29:51 +01:00
|
|
|
# load the common Makefile.include for Nucleo-32 boards
|
2017-11-16 12:30:06 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo32/Makefile.include
|