|
Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
#include "firmwares/fixedwing/chibios-libopencm3/chibios_init.h"#include "mcu_periph/sys_time.h"#include "chibios_stub.h"#include "subsystems/chibios-libopencm3/chibios_sdlog.h"#include "sdLog.h"#include "led.h"
Include dependency graph for main_chibios_libopencm3.c:Go to the source code of this file.
Macros | |
| #define | Fbw(f) |
| #define | Ap(f) |
Functions | |
| static int32_t | pprz_thd (void *arg) |
| int | main (void) |
Variables | |
| static bool_t | sdlogOk |
| bool_t | pprzReady = FALSE |
| #define Ap | ( | f | ) |
Definition at line 43 of file main_chibios_libopencm3.c.
Referenced by main(), and pprz_thd().
| #define Fbw | ( | f | ) |
Definition at line 36 of file main_chibios_libopencm3.c.
Referenced by main(), and pprz_thd().
| int main | ( | void | ) |
Definition at line 53 of file main_chibios_libopencm3.c.
References Ap, chibios_init(), Fbw, init, launch_pprz_thd(), pprz_thd(), pprzReady, sdlogOk, sys_time_init(), and TRUE.
Here is the call graph for this function:
|
static |
Definition at line 77 of file main_chibios_libopencm3.c.
References Ap, Fbw, and handle_periodic_tasks().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:| bool_t pprzReady = FALSE |
Definition at line 51 of file main_chibios_libopencm3.c.
Referenced by main().
|
static |
Definition at line 50 of file main_chibios_libopencm3.c.
Referenced by main().