2015-12-01 16:16:57 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f1
|
|
|
|
export CPU_MODEL = stm32f103rb
|
|
|
|
|
2016-03-11 15:01:58 +01:00
|
|
|
# load the common Makefile.include for Nucleo boards
|
2017-11-16 12:30:16 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo/Makefile.include
|