1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/silabs/Makefile.include

11 lines
268 B
Makefile
Raw Normal View History

INCLUDES += -I$(RIOTBOARD)/common/silabs/include
INCLUDES += -I$(RIOTBOARD)/common/silabs/drivers/include
PROGRAMMER ?= jlink
# Silabs boards can use openocd programmer
PROGRAMMERS_SUPPORTED += openocd
2020-03-03 11:56:38 +01:00
JLINK_DEVICE ?= ${CPU_MODEL}
OPENOCD_CONFIG ?= board/efm32.cfg