mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/iotlab: only openocd programmer is supported
This commit is contained in:
parent
b4fecf33ed
commit
93891124c7
@ -5,6 +5,9 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*B)))
|
||||
# setup serial terminal
|
||||
BAUD ?= 500000
|
||||
|
||||
# openocd programmer is supported
|
||||
PROGRAMMERS_SUPPORTED += openocd
|
||||
|
||||
# Use openocd by default
|
||||
PROGRAMMER ?= openocd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user