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

boards/spark-core: set dfu-util as supported programmer

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

View File

@ -12,3 +12,5 @@ ROM_OFFSET ?= 0x5000
PROGRAMMER ?= dfu-util
DFU_USB_ID = 1d50:607f
DFU_USE_DFUSE = 1
PROGRAMMERS_SUPPORTED += dfu-util