1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
RIOT/boards/nucleo-f446re/Makefile.include
2018-05-22 21:52:41 +02:00

7 lines
209 B
Makefile

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