aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/param
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of param load / storeLorenz Meier2012-11-152-4/+2
* param load / store cleanup, storage location selection now exclusively throug...Lorenz Meier2012-11-021-1/+1
* Remove the arbitrary limit on the path to the default parameter file. Add a ...px4dev2012-10-312-28/+43
* New param interface for microSD and EEPROMLorenz Meier2012-10-312-0/+97
* Fix param handling of 32-bit BSON nodespx4dev2012-10-291-1/+1
* BSON coder unit tests, fixes arising from test failures.px4dev2012-10-291-3/+3
* Major formatting/whitespace cleanuppx4dev2012-10-231-3/+5
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
* Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-092-12/+63
* Simplified magnetometer calibration routineJulian Oes2012-09-251-2/+2
* Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
* Turn off annoying debug output.px4dev2012-09-041-1/+1
* fixed a param save bugLorenz Meier2012-08-291-0/+3
* Let's not get too smart; we can't const these.px4dev2012-08-281-7/+7
* Make the distinction between "parameter import" which merges parameters, and ...px4dev2012-08-282-13/+93
* Distinguish between the end of the top-level BSON object and an error so that...px4dev2012-08-281-13/+15
* Final parameter interface cleanup - removed last bit of old cruft, fixed a bu...Lorenz Meier2012-08-271-3/+4
* Add some C++ friendliness. Not enough, but some.px4dev2012-08-251-9/+18
* Fix parameter change advertisement to conform to API change.px4dev2012-08-221-6/+11
* Back out a change that snuck in from another branch.px4dev2012-08-201-2/+27
* Add an ORB topic that can be subscribed for notification of changes in the pa...px4dev2012-08-202-28/+48
* Merge branch 'px4dev_new_param' of https://github.com/PX4/Firmware into px4de...px4dev2012-08-202-2/+21
|\
| * Reworked MAVLink parameter interface to support new parameter storage, tested.Lorenz Meier2012-08-202-0/+17
| * Merge branch 'px4dev_new_param' of github.com:PX4/Firmware into px4dev_new_paramLorenz Meier2012-08-202-89/+387
| |\
| * | Fixed / extended commentsLorenz Meier2012-08-201-2/+4
* | | Update for the new BSON coders. Not working right yet.px4dev2012-08-201-117/+107
| |/ |/|
* | Major cleanup of the param code; more layering, more comments. Parameter imp...px4dev2012-08-192-89/+387
|/
* Add support for setting and exporting parameters.px4dev2012-08-192-27/+303
* The beginnings of a new parameter system.px4dev2012-08-192-0/+250