4 #include <sys/procinit.h> 8 #include <dev/watchdog.h> 9 #include <debug-uart.h> 12 unsigned int idle_count = 0;
18 printf(
"Initialising\n");
22 #ifdef WDG_CONF_ENABLED 28 autostart_start(autostart_processes);
29 printf(
"Processes running\n");
32 #ifdef WDG_CONF_ENABLED void process_start(struct process *p, const char *arg)
Header file for the EVE power management framework.
void process_init(void)
Initialize the process module.