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:
parent
278bfffbad
commit
6cc00288b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user