|
Contiki-NG
|
Contiki configuration for the nRF52 DK. More...
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 |
Contiki configuration for the nRF52 DK.
Definition in file contiki-conf.h.
1.8.13