ardupilot/libraries/AP_DAL
Andrew Tridgell 53326a08ed AP_DAL: add 10k to SITL memory available
this is needed as the SITL data structures are larger than on STM32
due to pointer size. This means we sometimes fail to replay in SITL as
we refuse to allocate an EKF core
2021-01-18 13:01:00 +11:00
..
examples/AP_DAL_Standalone AP_DAL: fix for uartI support 2020-11-30 14:09:31 +11:00
AP_DAL.cpp AP_DAL: add wheelencoder_enabled 2020-12-01 14:01:17 +09:00
AP_DAL.h AP_DAL: add 10k to SITL memory available 2021-01-18 13:01:00 +11:00
AP_DAL_Airspeed.cpp AP_DAL: cleanups from review 2020-11-10 16:15:45 +11:00
AP_DAL_Airspeed.h AP_DAL: added healthy() method for airspeed 2020-12-11 09:59:49 +11:00
AP_DAL_Baro.cpp AP_DAL: minor review cleanups 2020-11-10 16:15:45 +11:00
AP_DAL_Baro.h AP_DAL: removed use of BUILD macros in headers 2020-11-10 16:15:45 +11:00
AP_DAL_Beacon.cpp AP_DAL: guarantee that the beacon count cannot change after startup 2020-12-01 10:53:08 +11:00
AP_DAL_Beacon.h AP_DAL: don't allocate sensor backends unless needed 2020-12-01 10:53:08 +11:00
AP_DAL_Compass.cpp AP_DAL: cleanups from review 2020-11-10 16:15:45 +11:00
AP_DAL_Compass.h AP_DAL: removed use of BUILD macros in headers 2020-11-10 16:15:45 +11:00
AP_DAL_GPS.cpp AP_DAL: move structure used for location references into cpp 2020-11-14 14:19:40 +11:00
AP_DAL_GPS.h AP_DAL: move structure used for location references into cpp 2020-11-14 14:19:40 +11:00
AP_DAL_InertialSensor.cpp AP_DAL: setup low pass IMU filter for 20Hz 2020-11-10 16:15:45 +11:00
AP_DAL_InertialSensor.h AP_DAL: minor review cleanups 2020-11-10 16:15:45 +11:00
AP_DAL_RangeFinder.cpp AP_DAL: correct rangefinder get_backend range check 2020-12-02 06:21:54 +11:00
AP_DAL_RangeFinder.h AP_DAL: only allocate rangefinder backends that we need 2020-12-01 10:53:08 +11:00
AP_DAL_VisualOdom.cpp AP_DAL: don't allocate sensor backends unless needed 2020-12-01 10:53:08 +11:00
AP_DAL_VisualOdom.h AP_DAL: don't allocate sensor backends unless needed 2020-12-01 10:53:08 +11:00
LogStructure.h AP_DAL: add wheelencoder_enabled 2020-12-01 14:01:17 +09:00