Add examples for NXP JN516x using TSCH

This commit is contained in:
Theo van Daele 2015-12-17 13:29:42 +01:00
parent 654bb913f0
commit 68b2b3dd1c
15 changed files with 83 additions and 177 deletions

View file

@ -44,15 +44,6 @@
#undef ENABLE_COOJA_DEBUG
#define ENABLE_COOJA_DEBUG 0
#if WITH_COAP_RESOURCES
#define UIP_DS6_WITH_LINK_METRICS 1
#define PLEXI_CONFIG_RPL 1
#if WITH_TSCH
#define PLEXI_CONFIG_TSCH 2
#endif /* WITH_TSCH */
#define RICH_INTERFACE PLEXI_CONFIG_RPL | PLEXI_CONFIG_TSCH
#endif /* WITH_COAP_RESOURCES */
#undef IEEE802154_CONF_PANID
#define IEEE802154_CONF_PANID 0x5254
@ -198,7 +189,7 @@
#endif
#undef CONTIKI_VERSION_STRING
#define CONTIKI_VERSION_STRING "Contiki RICH-3.x"
#define CONTIKI_VERSION_STRING "Contiki 3.x"
#include "common-conf-jn516x.h"