Skip to content
Snippets Groups Projects
Commit 36362a49 authored by Niclas Finne's avatar Niclas Finne
Browse files

Added energest configuration to viewconf

parent 18d80082
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,11 @@ ...@@ -42,6 +42,11 @@
#include "contiki.h" #include "contiki.h"
#ifndef ENERGEST_CONF_ON
/* Energest is disabled by default */
#define ENERGEST_CONF_ON 0
#endif /* ENERGEST_CONF_ON */
#ifndef ENERGEST_CURRENT_TIME #ifndef ENERGEST_CURRENT_TIME
#ifdef ENERGEST_CONF_CURRENT_TIME #ifdef ENERGEST_CONF_CURRENT_TIME
#define ENERGEST_CURRENT_TIME ENERGEST_CONF_CURRENT_TIME #define ENERGEST_CURRENT_TIME ENERGEST_CONF_CURRENT_TIME
... ...
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "os/net/queuebuf.h" #include "os/net/queuebuf.h"
#include "os/net/nbr-table.h" #include "os/net/nbr-table.h"
#include "os/sys/log-conf.h" #include "os/sys/log-conf.h"
#include "os/sys/energest.h"
#ifdef PROJECT_CONF_PATH #ifdef PROJECT_CONF_PATH
##### "PROJECT_CONF_PATH": _____________________ == PROJECT_CONF_PATH ##### "PROJECT_CONF_PATH": _____________________ == PROJECT_CONF_PATH
...@@ -139,6 +140,8 @@ ...@@ -139,6 +140,8 @@
##### "SICSLOWPAN_CONF_COMPRESSION": ___________ -> SICSLOWPAN_COMPRESSION ##### "SICSLOWPAN_CONF_COMPRESSION": ___________ -> SICSLOWPAN_COMPRESSION
#endif #endif
##### "ENERGEST_CONF_ON": ______________________ == ENERGEST_CONF_ON
##### "LOG_CONF_LEVEL_RPL": ____________________ == LOG_CONF_LEVEL_RPL ##### "LOG_CONF_LEVEL_RPL": ____________________ == LOG_CONF_LEVEL_RPL
##### "LOG_CONF_LEVEL_TCPIP": __________________ == LOG_CONF_LEVEL_TCPIP ##### "LOG_CONF_LEVEL_TCPIP": __________________ == LOG_CONF_LEVEL_TCPIP
##### "LOG_CONF_LEVEL_IPV6": ___________________ == LOG_CONF_LEVEL_IPV6 ##### "LOG_CONF_LEVEL_IPV6": ___________________ == LOG_CONF_LEVEL_IPV6
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment