aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds/bl_update/bl_update.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved all system commands to the new worldLorenz Meier2013-04-271-215/+0
|
* Remove a few cut-and-paste author attributions.px4dev2012-12-021-1/+0
|
* Major formatting/whitespace cleanuppx4dev2012-10-231-0/+8
|
* Split the parameter load/save commands out of the 'eeprom' command, since ↵px4dev2012-10-091-1/+0
| | | | | | 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.
* Add a 'secret' subcommand to bl_update that manipulates the option bits to ↵px4dev2012-10-061-1/+36
| | | | | | change the brown-out detector configuration. This is an experiment to see if we can improve the boot-time behavior when powered off noisy supplies.
* A system command that knows how to reflash the bootloader on the PX4FMU.px4dev2012-09-161-0/+174