ardupilot/libraries/Desktop/support
Andrew Tridgell 089470a671 DataFlash: moved high level logging logic to library
this moves out all the high level logic from ArduPlane/ArduCopter to
the library. It also adds a "config page", as the last page in the
flash. This is used to check if the flash needs erasing. We only erase
now if the DF_LOGGING_FORMAT has changed.

This patch also adds a public CardInserted() method, which is used to
disable logging on APM2 if a dataflash card is not inserted
2011-12-28 16:00:48 +11:00
..
Arduino.cpp desktop: added attachInterrupt() support 2011-12-26 19:17:11 +11:00
DataFlash_APM1.cpp DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
FastSerial.cpp desktop: added SO_REUSEADDR after accept() 2011-12-02 17:37:55 +11:00
Print.cpp first rough build for desktop CPUs 2011-10-09 22:16:13 +11:00
SPI.cpp first rough build for desktop CPUs 2011-10-09 22:16:13 +11:00
WString.cpp desktop: fixed a warning 2011-10-11 20:53:43 +11:00
desktop.h desktop: fixed calculation of angular velocities 2011-12-02 17:37:54 +11:00
digital.c digital.c for CLI 2011-11-07 22:56:13 +11:00
eeprom.c desktop: fixed type of dword eeprom read 2011-12-16 20:09:18 +11:00
main.cpp desktop: added framerate and initial height code 2011-11-25 20:00:19 -08:00
sitl.cpp removed AperiodicProcess code 2011-12-17 07:29:09 +11:00
sitl_adc.cpp desktop: added attachInterrupt() support 2011-12-26 19:17:11 +11:00
sitl_adc.h desktop: improved the accuracy of the sensor emulation 2011-11-28 16:22:33 +11:00
sitl_barometer.cpp desktop: fixed desktop barometer code 2011-12-12 15:14:55 +11:00
sitl_compass.cpp autotest: make magnetic field point down 2011-12-12 22:14:01 +11:00
sitl_gps.cpp desktop: added framerate and initial height code 2011-11-25 20:00:19 -08:00
sitl_rc.h libraries: rename purple to APM2 2011-11-25 20:00:19 -08:00
util.cpp autotest: switch to big-endian metric packets internally 2011-12-02 22:12:58 +11:00
util.h desktop: added attachInterrupt() support 2011-12-26 19:17:11 +11:00