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

7 lines
188 B
Makefile

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