aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds/param
Commit message (Collapse)AuthorAgeFilesLines
* Switch to optimising some things for size rather than speed.px4dev2013-02-231-0/+2
|
* Improved param command, show now allows to filter and set allows to set ↵Lorenz Meier2013-01-241-4/+74
| | | | integer params (e.g. param set MAV_TYPE 2)
* param load / store cleanup, storage location selection now exclusively ↵Lorenz Meier2012-11-021-7/+2
| | | | through dedicated "param select <path>" command
* Merge branch 'master' of github.com:pixhawk/FirmwareLorenz Meier2012-11-021-0/+3
|\
| * Fine tuning of manual controlTobias Naegeli2012-11-011-0/+3
| |
* | MergedLorenz Meier2012-11-011-17/+43
|\ \
| * | Remove the arbitrary limit on the path to the default parameter file. Add a ↵px4dev2012-10-311-7/+14
| |/ | | | | | | verb to the param command to set the default parameter file.
| * Casting and fix default param pathLorenz Meier2012-10-311-1/+1
| |
| * New param interface for microSD and EEPROMLorenz Meier2012-10-311-15/+36
| |
* | Print selectively by nameLorenz Meier2012-11-011-4/+13
|/
* Major formatting/whitespace cleanuppx4dev2012-10-231-2/+11
|
* Remove obsolete warning.px4dev2012-10-111-1/+1
|
* Split the parameter load/save commands out of the 'eeprom' command, since ↵px4dev2012-10-092-0/+227
that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted) Update the script examples to use the new command.