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

boards/common/cc26x2_cc13x2: rename to cc26xx_cc13xx

This commit is contained in:
Benjamin Valentin 2021-02-09 23:37:26 +01:00
parent a69da13d56
commit 9f0ee88d51
15 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
XDEBUGGER = XDS110
# configure the flash tool
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include

View File

@ -1,4 +1,4 @@
XDEBUGGER = XDS110
# configure the flash tool
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include

View File

@ -1,4 +1,4 @@
XDEBUGGER = XDS110
# configure the flash tool
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include

View File

@ -1,5 +0,0 @@
# configure the flash tool
PROGRAMMER ?= uniflash
OPENOCD_CONFIG ?= $(RIOTBOARD)/common/cc26x2_cc13x2/dist/openocd.cfg
UNIFLASH_CONFIG ?= $(RIOTBOARD)/common/cc26x2_cc13x2/dist

View File

@ -0,0 +1,5 @@
# configure the flash tool
PROGRAMMER ?= uniflash
OPENOCD_CONFIG ?= $(RIOTBOARD)/common/cc26xx_cc13xx/dist/openocd.cfg
UNIFLASH_CONFIG ?= $(RIOTBOARD)/common/cc26xx_cc13xx/dist