Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Program main function for ChibiOS inplementation. More...
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. More... | |
void | pprz_terminate_autopilot_threads (void) |
Terminate all autopilot threads Wait until proper stop. More... | |
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.
int main | ( | void | ) |
Main function.
Definition at line 85 of file main_chibios.c.
References apThdPtr, init, main_recovery_init(), and thd_ap().
void pprz_terminate_autopilot_threads | ( | void | ) |
Terminate all autopilot threads Wait until proper stop.
Definition at line 171 of file main_chibios.c.
References apThdPtr.
Referenced by thdUsbStorage().
|
static |
Definition at line 122 of file main_chibios.c.
References CH_CFG_ST_FREQUENCY.
Referenced by main().
THD_WORKING_AREA | ( | wa_thd_ap | , |
THD_WORKING_AREA_MAIN | |||
) |
|
static |
Definition at line 68 of file main_chibios.c.
Referenced by main(), and pprz_terminate_autopilot_threads().