2017-02-02 17:46:56 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f0
|
|
|
|
export CPU_MODEL = stm32f031k6
|
|
|
|
|
2017-03-06 23:24:33 +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
|