APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_HAL_ChibiOS.h"
#include "Scheduler.h"
#include "Util.h"
#include <AP_HAL_ChibiOS/UARTDriver.h>
#include <AP_HAL_ChibiOS/AnalogIn.h>
#include <AP_HAL_ChibiOS/Storage.h>
#include <AP_HAL_ChibiOS/RCOutput.h>
#include <AP_HAL_ChibiOS/RCInput.h>
#include <AP_HAL_ChibiOS/CAN.h>
#include <AP_Scheduler/AP_Scheduler.h>
#include <AP_BoardConfig/AP_BoardConfig.h>
#include "shared_dma.h"
#include "sdcard.h"
Go to the source code of this file.
Functions | |
THD_WORKING_AREA (_timer_thread_wa, 2048) | |
THD_WORKING_AREA (_rcin_thread_wa, 512) | |
THD_WORKING_AREA (_io_thread_wa, 2048) | |
THD_WORKING_AREA (_storage_thread_wa, 2048) | |
static void | set_high_priority () |
void | Reset_Handler () |
Variables | |
const AP_HAL::HAL & | hal |
void Reset_Handler | ( | ) |
|
static |
Definition at line 124 of file Scheduler.cpp.
Referenced by ChibiOS::Scheduler::delay_microseconds_boost().
THD_WORKING_AREA | ( | _timer_thread_wa | , |
2048 | |||
) |
THD_WORKING_AREA | ( | _rcin_thread_wa | , |
512 | |||
) |
THD_WORKING_AREA | ( | _io_thread_wa | , |
2048 | |||
) |
THD_WORKING_AREA | ( | _storage_thread_wa | , |
2048 | |||
) |
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.