Cleanup of the hardware specific values
This commit is contained in:
parent
03ec1ea401
commit
40a9822225
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user