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

boards/silabs: define supported programmers

This commit is contained in:
Alexandre Abadie 2021-02-11 14:52:42 +01:00
parent 278bfffbad
commit 6cc00288b4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -3,5 +3,8 @@ INCLUDES += -I$(RIOTBOARD)/common/silabs/drivers/include
PROGRAMMER ?= jlink
# Silabs boards can use openocd programmer
PROGRAMMERS_SUPPORTED += openocd
JLINK_DEVICE ?= ${CPU_MODEL}
OPENOCD_CONFIG ?= board/efm32.cfg