Contiki-NG

Contiki configuration for the nRF52 DK. More...

#include <stdint.h>
#include <inttypes.h>
#include "nrf52dk-def.h"
#include "nrf52832-def.h"

Go to the source code of this file.

Macros

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

Contiki configuration for the nRF52 DK.

Definition in file contiki-conf.h.