RIOT/boards/nucleo-f746zg/Makefile.include
2018-05-23 12:09:28 +02:00

7 lines
185 B
Makefile

## the cpu to build for
export CPU = stm32f7
export CPU_MODEL = stm32f746zg
# load the common Makefile.include for Nucleo boards
include $(RIOTBOARD)/common/nucleo144/Makefile.include