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.
|
|
|
#define | SICSLOWPAN_CONF_FRAG 0 |
| | We don't use 6LoWPAN fragmentation as IPSP takes care of that for us.
|
| |
|
#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 |
| |
|
|
#define | DEVICE_NAME "Contiki nRF52dk" |
| | Device name used in BLE undirected advertisement.
|
| |
|
|
#define | UIP_CONF_ROUTER 0 |
| | BLE master role, which allows for routing, isn't supported.
|
| |
|
#define | UIP_CONF_ND6_SEND_NS 1 |
| |
Contiki configuration for the nRF52 DK.
Definition in file contiki-conf.h.