2017-02-07 15:32:17 +01:00
|
|
|
# define the cpu used by the nucleo-f446 board
|
|
|
|
export CPU = stm32f4
|
|
|
|
export CPU_MODEL = stm32f413zh
|
|
|
|
|
2017-03-07 00:18:30 +01:00
|
|
|
# load the common Makefile.include for Nucleo-144 boards
|
|
|
|
include $(RIOTBOARD)/nucleo144-common/Makefile.include
|