2015-04-23 13:39:06 +02:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f3
|
|
|
|
export CPU_MODEL = stm32f303re
|
|
|
|
|
2016-03-11 15:01:58 +01:00
|
|
|
# load the common Makefile.include for Nucleo boards
|
2017-11-16 17:17:41 +01:00
|
|
|
include $(RIOTBOARD)/common/nucleo64/Makefile.include
|