Rename srf06-cc26xx to cc26x0-cc13x0

This commit is contained in:
Yasuyuki Tanaka 2018-10-12 15:13:29 +02:00
parent 64101b9091
commit 61fba4dcde
113 changed files with 52 additions and 52 deletions

4
.gitignore vendored
View File

@ -36,7 +36,7 @@ COOJA.testlog
*.simplelink *.simplelink
*.sky *.sky
*.firmware *.firmware
*.srf06-cc26xx *.cc26x0-cc13x0
*.zoul *.zoul
# do not ignore platform makefiles # do not ignore platform makefiles
@ -47,7 +47,7 @@ COOJA.testlog
!Makefile.nrf52dk !Makefile.nrf52dk
!Makefile.openmote-cc2538 !Makefile.openmote-cc2538
!Makefile.sky !Makefile.sky
!Makefile.srf06-cc26xx !Makefile.cc26x0-cc13x0
!Makefile.zoul !Makefile.zoul
# other nRF52 build artifacts # other nRF52 build artifacts

View File

@ -1,4 +1,4 @@
# srf06-cc26xx platform makefile # cc26x0-cc13x0 platform makefile
ifndef CONTIKI ifndef CONTIKI
$(error CONTIKI not defined! You must specify where CONTIKI resides!) $(error CONTIKI not defined! You must specify where CONTIKI resides!)

View File

@ -32,7 +32,7 @@
* @{ * @{
* *
* \file * \file
* Configuration for the srf06-cc26xx platform * Configuration for the cc26x0-cc13x0 platform
*/ */
#ifndef CONTIKI_CONF_H #ifndef CONTIKI_CONF_H
#define CONTIKI_CONF_H #define CONTIKI_CONF_H

View File

@ -31,7 +31,7 @@
/** \addtogroup cc26xx-srf-tag /** \addtogroup cc26xx-srf-tag
* @{ * @{
* *
* \defgroup srf06-cc26xx-peripherals Peripherals for the SmartRF06EB + CC26xxEM * \defgroup cc26x0-cc13x0-peripherals Peripherals for the SmartRF06EB + CC26xxEM
* *
* Defines related to the SmartRF06 Evaluation Board with a CC26xxEM * Defines related to the SmartRF06 Evaluation Board with a CC26xxEM
* *

View File

@ -18,7 +18,7 @@ The following hardwares were used in the event:
* Zolertia Remote (TARGET=`zoul`, BOARD=`remote`) * Zolertia Remote (TARGET=`zoul`, BOARD=`remote`)
* JN156x (TARGET=`jn516`) * JN156x (TARGET=`jn516`)
* CC2650 LaunchPad (TARGET=`srf06-cc26xx`, BOARD=`launchpad/cc2650`) * CC2650 LaunchPad (TARGET=`cc26x0-cc13x0`, BOARD=`launchpad/cc2650`)
## Usage ## Usage

View File

@ -3,6 +3,6 @@ CONTIKI = ../../..
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = srf06-cc26xx cc2538dk openmote-cc2538 zoul native simplelink PLATFORMS_ONLY = cc26x0-cc13x0 cc2538dk openmote-cc2538 zoul native simplelink
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View File

@ -1,7 +1,7 @@
CONTIKI_PROJECT = gpio-hal-example CONTIKI_PROJECT = gpio-hal-example
CONTIKI = ../../.. CONTIKI = ../../..
PLATFORMS_ONLY = srf06-cc26xx cc2538dk openmote-cc2538 zoul native simplelink PLATFORMS_ONLY = cc26x0-cc13x0 cc2538dk openmote-cc2538 zoul native simplelink
include $(CONTIKI)/Makefile.identify-target include $(CONTIKI)/Makefile.identify-target

View File

@ -8,6 +8,6 @@ CONTIKI = ../..
MODULES_REL += arch/platform/$(TARGET) MODULES_REL += arch/platform/$(TARGET)
PLATFORMS_ONLY = srf06-cc26xx cc2538dk openmote-cc2538 zoul native simplelink PLATFORMS_ONLY = cc26x0-cc13x0 cc2538dk openmote-cc2538 zoul native simplelink
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View File

@ -1,6 +1,6 @@
CONTIKI_PROJECT = cc26xx-demo CONTIKI_PROJECT = cc26xx-demo
PLATFORMS_ONLY = srf06-cc26xx PLATFORMS_ONLY = cc26x0-cc13x0
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)

View File

@ -2,10 +2,10 @@ CONTIKI_PROJECT=client
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = srf06-cc26xx PLATFORMS_ONLY = cc26x0-cc13x0
BOARDS_ONLY = launchpad/cc2650 sensortag/cc2650 srf06/cc26xx BOARDS_ONLY = launchpad/cc2650 sensortag/cc2650 srf06/cc26xx
MAKE_MAC = MAKE_MAC_BLE MAKE_MAC = MAKE_MAC_BLE
MAKE_NET = MAKE_NET_IPV6 MAKE_NET = MAKE_NET_IPV6
CONTIKI = ../../../.. CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View File

@ -42,7 +42,7 @@
* Example project demonstrating the CC13xx/CC26xx platforms * Example project demonstrating the CC13xx/CC26xx platforms
* *
* This example will work for the following boards: * This example will work for the following boards:
* - srf06-cc26xx: SmartRF06EB + CC13xx/CC26xx EM * - cc26x0-cc13x0: SmartRF06EB + CC13xx/CC26xx EM
* - CC2650 and CC1350 SensorTag * - CC2650 and CC1350 SensorTag
* - CC1310, CC1350, CC2650 LaunchPads * - CC1310, CC1350, CC2650 LaunchPads
* *

View File

@ -1,7 +1,7 @@
CONTIKI_PROJECT = cc26xx-web-demo CONTIKI_PROJECT = cc26xx-web-demo
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = srf06-cc26xx PLATFORMS_ONLY = cc26x0-cc13x0
MODULES_REL += ./resources MODULES_REL += ./resources

Some files were not shown because too many files have changed in this diff Show More