RIOT/boards/nucleo-f411re/Makefile.include
2018-05-22 21:52:41 +02:00

7 lines
209 B
Makefile

# define the cpu used by the nucleo-f411re board
export CPU = stm32f4
export CPU_MODEL = stm32f411re
# load the common Makefile.include for Nucleo boards
include $(RIOTBOARD)/common/nucleo64/Makefile.include