2015-10-06 15:16:16 +02:00
|
|
|
# define the cpu used by the nucleo-f401 board
|
|
|
|
export CPU = stm32f4
|
|
|
|
export CPU_MODEL = stm32f401re
|
|
|
|
|
2016-03-11 15:01:58 +01:00
|
|
|
# load the common Makefile.include for Nucleo boards
|
|
|
|
include $(RIOTBOARD)/nucleo-common/Makefile.include
|