TSCH: disable per-slot logging in most examples
This commit is contained in:
parent
a1f74d6568
commit
2e39fe0d6b
@ -40,7 +40,6 @@
|
||||
#endif /* CONTIKI_TARGET_COOJA */
|
||||
|
||||
#define TSCH_CONF_WITH_SIXTOP 1
|
||||
#define TSCH_LOG_CONF_LEVEL 2
|
||||
#define TSCH_CONF_AUTOSTART 1
|
||||
#define TSCH_CONF_DEFAULT_HOPPING_SEQUENCE TSCH_HOPPING_SEQUENCE_1_1
|
||||
|
||||
|
@ -56,9 +56,6 @@
|
||||
/*******************************************************/
|
||||
#endif /* MAC_CONF_WITH_TSCH */
|
||||
|
||||
/* TSCH per-slot logging */
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
|
||||
/* Do not start TSCH at init, wait for NETSTACK_MAC.on() */
|
||||
#define TSCH_CONF_AUTOSTART 0
|
||||
|
||||
|
@ -71,9 +71,6 @@
|
||||
/******************* Configure TSCH ********************/
|
||||
/*******************************************************/
|
||||
|
||||
/* TSCH logging. */
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
|
||||
/* IEEE802.15.4 PANID */
|
||||
#define IEEE802154_CONF_PANID 0xabcd
|
||||
|
||||
@ -113,8 +110,6 @@
|
||||
* a very short 6TiSCH minimal schedule length */
|
||||
#define TSCH_CONF_DEFAULT_TIMESLOT_LENGTH 65000
|
||||
#define TSCH_SCHEDULE_CONF_DEFAULT_LENGTH 2
|
||||
/* Reduce log level to make space for security on z1 */
|
||||
#define TSCH_LOG_CONF_LEVEL 0
|
||||
#endif /* WITH_SECURITY */
|
||||
|
||||
#endif /* CONTIKI_TARGET_Z1 */
|
||||
|
@ -60,9 +60,6 @@
|
||||
#define TSCH_CALLBACK_JOINING_NETWORK tsch_rpl_callback_joining_network
|
||||
#define TSCH_CALLBACK_LEAVING_NETWORK tsch_rpl_callback_leaving_network
|
||||
|
||||
/* TSCH per-slot logging */
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
|
||||
/* Do not start TSCH at init, wait for NETSTACK_MAC.on() */
|
||||
#define TSCH_CONF_AUTOSTART 0
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
/* Global config flags */
|
||||
|
||||
#define WITH_TSCH_SECURITY 0
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
#define WITH_COAP_RESOURCES 0
|
||||
|
||||
#define ENABLE_COOJA_DEBUG 0
|
||||
|
@ -37,9 +37,6 @@
|
||||
/* Set the minimum value of QUEUEBUF_CONF_NUM for the flush_nbr_queue test */
|
||||
#define QUEUEBUF_CONF_NUM 1
|
||||
|
||||
/* TSCH per-slot logging */
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
|
||||
#define TSCH_CONF_AUTOSTART 1
|
||||
|
||||
#define TSCH_CONF_WITH_SIXTOP 1
|
||||
|
@ -49,8 +49,6 @@
|
||||
|
||||
#define TSCH_CONF_WITH_SIXTOP 1
|
||||
|
||||
#define TSCH_LOG_CONF_PER_SLOT 1
|
||||
|
||||
#define LOG_CONF_LEVEL_6TOP LOG_LEVEL_DBG
|
||||
|
||||
#define TSCH_CONF_AUTOSTART 0
|
||||
|
Loading…
Reference in New Issue
Block a user