1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 11:12:43 +01:00
RIOT/boards/nucleo-f334/Makefile.include

7 lines
182 B
Makefile
Raw Normal View History

2015-01-21 08:07:53 +01:00
## the cpu to build for
export CPU = stm32f3
export CPU_MODEL = stm32f334r8
# load the common Makefile.include for Nucleo boards
include $(RIOTBOARD)/nucleo-common/Makefile.include