RIOT/boards/nucleo144-f722/Makefile.include
2017-08-18 13:53:00 +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)/nucleo144-common/Makefile.include