51 #include "dev/watchdog.h"
53 #include "dev/button-sensor.h"
59 #include "lib/random.h"
74 #if STARTUP_CONF_VERBOSE
75 #define PRINTF(...) printf(__VA_ARGS__)
81 #define PUTS(s) puts(s)
91 for(k = 0; k < 800; ++k) {
92 j = k > 400 ? 800 - k : k;
95 for(i = 0; i < j; ++i) {
99 for(i = 0; i < 400 - j; ++i) {
110 #if STARTUP_CONF_VERBOSE
113 printf(
"Rime configured with address ");
114 for(i = 0; i < LINKADDR_SIZE - 1; i++) {
160 #if USB_SERIAL_CONF_ENABLE
170 PUTS(CONTIKI_VERSION_STRING);
174 PRINTF(
"%s\n", NETSTACK_NETWORK.name);
176 PRINTF(
"%s\n", NETSTACK_MAC.name);
178 PRINTF(
"%s\n", NETSTACK_RDC.name);
201 ENERGEST_ON(ENERGEST_TYPE_CPU);
203 autostart_start(autostart_processes);