Contiki-NG
Files

Files

file  contiki-conf.h
 Contiki configuration for the nRF52 DK.
 

Network Stack Configuration

#define SICSLOWPAN_CONF_FRAG   0
 We don't use 6LoWPAN fragmentation as IPSP takes care of that for us. More...
 
#define SICSLOWPAN_FRAMER_HDRLEN   0
 Use fixed header len rather than framer.length() function.
 
#define PACKETBUF_CONF_SIZE   1280
 Required IPv6 MTU size.
 
#define QUEUEBUF_CONF_ENABLED   0
 

BLE configuration

#define DEVICE_NAME   "Contiki nRF52dk"
 Device name used in BLE undirected advertisement. More...
 

IPv6 network buffer configuration

#define UIP_CONF_ROUTER   0
 BLE master role, which allows for routing, isn't supported. More...
 
#define UIP_CONF_ND6_SEND_NS   1
 

Detailed Description

Macro Definition Documentation

◆ DEVICE_NAME

#define DEVICE_NAME   "Contiki nRF52dk"

Device name used in BLE undirected advertisement.

Definition at line 85 of file contiki-conf.h.

◆ SICSLOWPAN_CONF_FRAG

#define SICSLOWPAN_CONF_FRAG   0

We don't use 6LoWPAN fragmentation as IPSP takes care of that for us.

Definition at line 67 of file contiki-conf.h.

◆ UIP_CONF_ROUTER

#define UIP_CONF_ROUTER   0

BLE master role, which allows for routing, isn't supported.

Definition at line 101 of file contiki-conf.h.