1
0
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:
Alexandre Abadie 2021-02-11 14:13:07 +01:00
parent b4fecf33ed
commit 93891124c7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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