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

enable cpy2remed programmer

This commit is contained in:
krzysztof-cabaj 2022-04-29 14:29:28 -04:00
parent a097baee80
commit f6de04bd19

View File

@ -7,5 +7,9 @@ PROGRAMMER ?= openocd
# this board has an on-board ST-link adapter
OPENOCD_DEBUG_ADAPTER ?= stlink
# openocd programmer is supported
PROGRAMMERS_SUPPORTED += openocd
#variable needed by cpy2remed PROGRAMMER
#it contains name of ST-Link removable media
DIR_NAME_AT_REMED = "DIS_F469NI"
# openocd and cpy2remed programmers are supported
PROGRAMMERS_SUPPORTED += openocd cpy2remed