Skip to content

Commit

Permalink
boards/silabs: define supported programmers
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Feb 24, 2021
1 parent 278bfff commit 6cc0028
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/common/silabs/Makefile.include
Expand Up @@ -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

0 comments on commit 6cc0028

Please sign in to comment.