Contiki-NG
Loading...
Searching...
No Matches

Header file for the Contiki-NG main routine. More...

Go to the source code of this file.

Macros

#define PLATFORM_PROVIDES_MAIN_LOOP   0
 Controls whether the platform provides a custom main loop.
 
#define PLATFORM_MAIN_ACCEPTS_ARGS   0
 Controls whether the main function accepts arguments.
 

Functions

void platform_init_stage_one (void)
 Basic (Stage 1) platform driver initialisation.
 
void platform_init_stage_two (void)
 Stage 2 of platform driver initialisation.
 
void platform_init_stage_three (void)
 Final stage of platform driver initialisation.
 
void platform_idle (void)
 The platform's idle/sleep function.
 
void platform_main_loop (void)
 The platform's main loop, if provided.
 
void platform_process_args (int argc, char **argv)
 Allow the platform to process main's command line arguments.
 

Detailed Description

Header file for the Contiki-NG main routine.

Definition in file platform.h.