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

9 lines
270 B
Makefile
Raw Normal View History

# 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