Cleanup of the hardware specific values

This commit is contained in:
spoerk 2018-01-03 15:22:50 +01:00
parent 03ec1ea401
commit 40a9822225
4 changed files with 2 additions and 7 deletions

View File

@ -3,8 +3,6 @@ CONTIKI_PROJECT=client
all: $(CONTIKI_PROJECT)
upload:
srfprog -t 'soc(XDS-L1000130)' -e all -p 'epfw(0)' -v rb -f $(CONTIKI_PROJECT).hex -a 0x0
MAKE_MAC = MAKE_MAC_BLE
MAKE_NET = MAKE_NET_IPV6

View File

@ -47,8 +47,7 @@
#include "os/dev/ble-hal.h"
/*---------------------------------------------------------------------------*/
//#define SERVER_IP "::"
#define SERVER_IP "fe80::ba27:ebff:fe40:9b06"
#define SERVER_IP "::"
#define CLIENT_PORT 61617
#define SERVER_PORT 61616

View File

@ -50,9 +50,6 @@
#define NETSTACK_CONF_RADIO ble_cc2650_driver
#define LOG_CONF_LEVEL_MAC LOG_LEVEL_INFO
//#define LOG_CONF_LEVEL_6LOWPAN LOG_LEVEL_WARN
//#define LOG_CONF_LEVEL_IPV6 LOG_LEVEL_WARN
//#define LOG_CONF_LEVEL_TCPIP LOG_LEVEL_WARN
/* BLE L2CAP settings */
#define BLE_CONF_DEVICE_NAME "TI CC26xx device"

View File

@ -15,6 +15,7 @@ rpl-border-router/srf06-cc26xx:BOARD=launchpad/cc2650 \
sensniff/srf06-cc26xx \
sensniff/srf06-cc26xx:BOARD=launchpad/cc1310 \
6tisch/etsi-plugtest-2017/srf06-cc26xx:BOARD=launchpad/cc2650 \
ble/ipv6-client/srf06-cc26xx:BOARD=launchpad/cc2650 \
storage/cfs-coffee/cc2538dk \
sensniff/cc2538dk \
rpl-udp/cc2538dk \