|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
Program main function for ChibiOS inplementation. More...
 Include dependency graph for main_chibios.c:
 Include dependency graph for main_chibios.c:Go to the source code of this file.
| Macros | |
| #define | THD_WORKING_AREA_MAIN 8192 | 
| Functions | |
| static void | thd_ap (void *arg) | 
| THD_WORKING_AREA (wa_thd_ap, THD_WORKING_AREA_MAIN) | |
| int | main (void) | 
| Main function. | |
| void | pprz_terminate_autopilot_threads (void) | 
| Terminate all autopilot threads Wait until proper stop. | |
| Variables | |
| static thread_t * | apThdPtr = NULL | 
Program main function for ChibiOS inplementation.
Calls AP thread on single/dual MCU
Definition in file main_chibios.c.
| #define THD_WORKING_AREA_MAIN 8192 | 
Definition at line 60 of file main_chibios.c.
Main function.
Definition at line 85 of file main_chibios.c.
References apThdPtr, foo, init, main_recovery_init(), and thd_ap().
 Here is the call graph for this function:
 Here is the call graph for this function:Terminate all autopilot threads Wait until proper stop.
Definition at line 171 of file main_chibios.c.
Referenced by thdUsbStorage().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 122 of file main_chibios.c.
References CH_CFG_ST_FREQUENCY, and foo.
Referenced by main().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| THD_WORKING_AREA | ( | wa_thd_ap | , | 
| THD_WORKING_AREA_MAIN | |||
| ) | 
Definition at line 68 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().