1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
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