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:
parent
a69da13d56
commit
9f0ee88d51
@ -1,4 +1,4 @@
|
||||
XDEBUGGER = XDS110
|
||||
|
||||
# configure the flash tool
|
||||
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
|
||||
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include
|
||||
|
@ -1,4 +1,4 @@
|
||||
XDEBUGGER = XDS110
|
||||
|
||||
# configure the flash tool
|
||||
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
|
||||
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include
|
||||
|
@ -1,4 +1,4 @@
|
||||
XDEBUGGER = XDS110
|
||||
|
||||
# configure the flash tool
|
||||
include $(RIOTBOARD)/common/cc26x2_cc13x2/Makefile.include
|
||||
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include
|
||||
|
@ -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
|
5
boards/common/cc26xx_cc13xx/Makefile.include
Normal file
5
boards/common/cc26xx_cc13xx/Makefile.include
Normal 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
|
Loading…
Reference in New Issue
Block a user