Added BOARD_STRING

This commit is contained in:
Edvard Pettersen 2018-07-23 19:23:13 +02:00
parent c290638323
commit 3031be39a8
14 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1310_LAUNCHXL
#define BOARD_STRING "TI CC1310 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1312R1_LAUNCHXL
#define BOARD_STRING "TI CC1312R1 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1350_LAUNCHXL_433
#define BOARD_STRING "TI CC1350-433 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1350_LAUNCHXL
#define BOARD_STRING "TI CC1350 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1352P_2_LAUNCHXL
#define BOARD_STRING "TI CC1352P-2 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1352P_4_LAUNCHXL
#define BOARD_STRING "TI CC1352P-4 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1352P1_LAUNCHXL
#define BOARD_STRING "TI CC1352P1 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1352R1_LAUNCHXL
#define BOARD_STRING "TI CC1352R1 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC2650_LAUNCHXL
#define BOARD_STRING "TI CC2650 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC26X2R1_LAUNCHXL
#define BOARD_STRING "TI CC26x2R1 LaunchPad"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1350STK
#define BOARD_STRING "TI CC1350 SensorTag"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC2650STK
#define BOARD_STRING "TI CC2650 SensorTag"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC1350DK_7XD
#define BOARD_STRING "TI SmartRF06EB + CC13x0 EM"
#ifdef __cplusplus
extern "C" {

View File

@ -34,6 +34,7 @@
#define __BOARD_H
#define Board_CC2650DK_7ID
#define BOARD_STRING "TI SmartRF06EB + CC26x0 EM"
#ifdef __cplusplus
extern "C" {