2017-02-24 17:22:59 +01:00
|
|
|
## the cpu to build for
|
|
|
|
export CPU = stm32l0
|
|
|
|
export CPU_MODEL = stm32l031k6
|
|
|
|
|
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
|