2016-02-26 17:05:57 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f0
|
|
|
|
export CPU_MODEL = stm32f072rb
|
|
|
|
|
2016-04-02 08:35:49 +02:00
|
|
|
# load the common Makefile.include for Nucleo boards
|
2016-02-26 17:05:57 +01:00
|
|
|
include $(RIOTBOARD)/nucleo-common/Makefile.include
|