ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
DrZiplok@gmail.com d53844c52d Implement a pure data serialisation load/save model for AP_Var.
The format is a simple TLV format; a tag identifying the variable, a length for the variable, and then the actual data.  This format could ultimately be extended to include waypoint/commands as well.

This allows us to load and save groups of variables to EEPROM without having to have a static EEPROM map.

Still needs unit tests and (probably) bugfixing.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1522 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-01-22 08:37:52 +00:00
ArduCopterMega cleaning up the instructions for use 2011-01-21 06:10:26 +00:00
ArducopterNG TradHeli - updated Heli.h to use AP_Compass instead of the outdated APM_Compass. Also changed autopilot on/off switch to be consistent with Quad. 2011-01-15 01:41:51 +00:00
Configurator Configurator.Net: Added Fake Arducopter comms, Wrapped progress bar into custom control, improved Mono compatibility 2010-12-23 15:59:00 +00:00
Frame PowerDistro -PCB layer files 2010-10-30 08:31:30 +00:00
legacy_do_not_use ArduCopter - moved to "legacy_do_not_use" directory 2011-01-01 15:06:42 +00:00
libraries Implement a pure data serialisation load/save model for AP_Var. 2011-01-22 08:37:52 +00:00
Install.txt This is just a test for SVN 2011-01-11 02:42:53 +00:00