RIOT/boards/nucleo-f446ze/Makefile.include
2018-05-23 12:08:53 +02:00

7 lines
214 B
Makefile

# define the cpu used by the nucleo-f446ze board
export CPU = stm32f4
export CPU_MODEL = stm32f446ze
# load the common Makefile.include for Nucleo-144 boards
include $(RIOTBOARD)/common/nucleo144/Makefile.include