1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 22:52:43 +01:00
RIOT/boards/nucleo-l053r8/Makefile.include

7 lines
184 B
Makefile
Raw Normal View History

2017-02-19 18:50:10 +01:00
## the cpu to build for
export CPU = stm32l0
export CPU_MODEL = stm32l053r8
# load the common Makefile.include for Nucleo boards
include $(RIOTBOARD)/common/nucleo64/Makefile.include