Rename srf06-cc26xx to cc26x0-cc13x0
4
.gitignore
vendored
@ -36,7 +36,7 @@ COOJA.testlog
|
||||
*.simplelink
|
||||
*.sky
|
||||
*.firmware
|
||||
*.srf06-cc26xx
|
||||
*.cc26x0-cc13x0
|
||||
*.zoul
|
||||
|
||||
# do not ignore platform makefiles
|
||||
@ -47,7 +47,7 @@ COOJA.testlog
|
||||
!Makefile.nrf52dk
|
||||
!Makefile.openmote-cc2538
|
||||
!Makefile.sky
|
||||
!Makefile.srf06-cc26xx
|
||||
!Makefile.cc26x0-cc13x0
|
||||
!Makefile.zoul
|
||||
|
||||
# other nRF52 build artifacts
|
||||
|
@ -1,4 +1,4 @@
|
||||
# srf06-cc26xx platform makefile
|
||||
# cc26x0-cc13x0 platform makefile
|
||||
|
||||
ifndef CONTIKI
|
||||
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
|
@ -32,7 +32,7 @@
|
||||
* @{
|
||||
*
|
||||
* \file
|
||||
* Configuration for the srf06-cc26xx platform
|
||||
* Configuration for the cc26x0-cc13x0 platform
|
||||
*/
|
||||
#ifndef CONTIKI_CONF_H
|
||||
#define CONTIKI_CONF_H
|
@ -31,7 +31,7 @@
|
||||
/** \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
|
||||
*
|
@ -18,7 +18,7 @@ The following hardwares were used in the event:
|
||||
|
||||
* Zolertia Remote (TARGET=`zoul`, BOARD=`remote`)
|
||||
* JN156x (TARGET=`jn516`)
|
||||
* CC2650 LaunchPad (TARGET=`srf06-cc26xx`, BOARD=`launchpad/cc2650`)
|
||||
* CC2650 LaunchPad (TARGET=`cc26x0-cc13x0`, BOARD=`launchpad/cc2650`)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -3,6 +3,6 @@ CONTIKI = ../../..
|
||||
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
CONTIKI_PROJECT = gpio-hal-example
|
||||
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
|
||||
|
||||
|
@ -8,6 +8,6 @@ CONTIKI = ../..
|
||||
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
CONTIKI_PROJECT = cc26xx-demo
|
||||
|
||||
PLATFORMS_ONLY = srf06-cc26xx
|
||||
PLATFORMS_ONLY = cc26x0-cc13x0
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
@ -2,7 +2,7 @@ CONTIKI_PROJECT=client
|
||||
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
PLATFORMS_ONLY = srf06-cc26xx
|
||||
PLATFORMS_ONLY = cc26x0-cc13x0
|
||||
BOARDS_ONLY = launchpad/cc2650 sensortag/cc2650 srf06/cc26xx
|
||||
|
||||
MAKE_MAC = MAKE_MAC_BLE
|
@ -42,7 +42,7 @@
|
||||
* Example project demonstrating the CC13xx/CC26xx platforms
|
||||
*
|
||||
* This example will work for the following boards:
|
||||
* - srf06-cc26xx: SmartRF06EB + CC13xx/CC26xx EM
|
||||
* - cc26x0-cc13x0: SmartRF06EB + CC13xx/CC26xx EM
|
||||
* - CC2650 and CC1350 SensorTag
|
||||
* - CC1310, CC1350, CC2650 LaunchPads
|
||||
*
|
@ -1,7 +1,7 @@
|
||||
CONTIKI_PROJECT = cc26xx-web-demo
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
PLATFORMS_ONLY = srf06-cc26xx
|
||||
PLATFORMS_ONLY = cc26x0-cc13x0
|
||||
|
||||
MODULES_REL += ./resources
|
||||
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |