1 #include <stm32f10x_map.h>
2 #include <stm32f10x_dma.h>
7 #include <debug-uart.h>
9 #include <sys/procinit.h>
14 unsigned int idle_count = 0;
20 printf(
"Initialising\n");
25 autostart_start(autostart_processes);
26 printf(
"Processes running\n");
#define NULL
The null pointer.
void clock_init(void)
Initialize the clock library.
int main(void)
This is main...
void process_init(void)
Initialize the process module.
Header file for module for automatically starting and exiting a list of processes.
void process_start(struct process *p, process_data_t data)
Start a process.
int process_run(void)
Run the system once - call poll handlers and process one event.
Header file for the Contiki process interface.