2017-01-18 17:56:11 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32f3
|
|
|
|
export CPU_MODEL = stm32f303k8
|
|
|
|
|
2017-03-06 23:31: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
|