mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c4ff80b6b9
Place common OpenOCD configs for the different cc13xx and cc26xx families in boards/common/cc26xx_cc13xx/dist and automatically select the correct one based on the (prefix of the) value of `$(CPU_MODEL)`, if `OPENOCD_CONFIG` was not specified and no custom `openocd.cfg` is located in the board's `dist` folder. The `cc2650-launchpad` and `cc2650stk` have been adapted to use the common config instead.
5 lines
106 B
Makefile
5 lines
106 B
Makefile
XDEBUGGER = XDS110
|
|
|
|
# configure the flash tool
|
|
include $(RIOTBOARD)/common/cc26xx_cc13xx/Makefile.include
|