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

boards/sensebox: set bossa as supported programmer

This commit is contained in:
Alexandre Abadie 2021-02-24 12:48:39 +01:00
parent 6adef79c7b
commit 6e1fe9ead6
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,7 @@
# by default, we use BOSSA to flash this board to take into account the
# pre-flashed Arduino bootloader
PROGRAMMER ?= bossa
PROGRAMMERS_SUPPORTED += bossa
# setup the flash tool used
ifeq ($(PROGRAMMER),jlink)