mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
270 B
Makefile
9 lines
270 B
Makefile
# configure the flash tool
|
|
PROGRAMMER ?= uniflash
|
|
|
|
# uniflash and openocd programmers are supported
|
|
PROGRAMMERS_SUPPORTED += openocd uniflash
|
|
|
|
OPENOCD_CONFIG ?= $(RIOTBOARD)/common/cc26xx_cc13xx/dist/openocd.cfg
|
|
UNIFLASH_CONFIG ?= $(RIOTBOARD)/common/cc26xx_cc13xx/dist
|