aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds
Commit message (Expand)AuthorAgeFilesLines
* param load / store cleanup, storage location selection now exclusively throug...Lorenz Meier2012-11-021-7/+2
* 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-013-268/+43
|\ \
| * | Remove the arbitrary limit on the path to the default parameter file. Add a ...px4dev2012-10-311-7/+14
| |/
| * Casting and fix default param pathLorenz Meier2012-10-311-1/+1
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-312-251/+0
| |\
| | * Move the last of the board-specific code for PX4FMU out of the NuttX tree. N...px4dev2012-10-312-251/+0
| * | New param interface for microSD and EEPROMLorenz Meier2012-10-311-15/+36
| |/
* / Print selectively by nameLorenz Meier2012-11-011-4/+13
|/
* Kill the old board info code.px4dev2012-10-291-223/+0
* Add 'show' and 'test' verbs to the boardinfo command. Teach rcS how to use t...px4dev2012-10-291-10/+146
* bson-based boardinfo workingpx4dev2012-10-291-2/+232
* Hardened the EEPROM attach routine for param storageLorenz Meier2012-10-292-2/+39
* Remove reboot() API, replace with a prototype for up_systemreset() which is p...px4dev2012-10-271-3/+2
* Major formatting/whitespace cleanuppx4dev2012-10-237-286/+293
* Tease the PWM driver out and fix some build issues after cleaning up behind t...px4dev2012-10-231-1/+1
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-232-2/+2
* Teach top how to precisely determine stack usage.px4dev2012-10-141-3/+22
* Remove obsolete warning.px4dev2012-10-111-1/+1
* Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-094-1/+231
* Add a 'secret' subcommand to bl_update that manipulates the option bits to ch...px4dev2012-10-061-1/+36
* Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-031-1/+1
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-011-3/+11
* A system command that knows how to reflash the bootloader on the PX4FMU.px4dev2012-09-162-0/+216
* Quite flyable stateLorenz Meier2012-09-121-1/+1
* Be a bit quieter and more forgiving about various system configuration and dr...px4dev2012-09-101-1/+1
* Change the EEPROM read/write timeout behavior so that we can get actual error...px4dev2012-09-091-9/+30
* Rework the 'eeprom erase' path so it's possible to erase an EEPROM that can't...px4dev2012-09-092-15/+42
* Added temperature measurement, added led system commandLorenz Meier2012-09-012-0/+240
* Make the distinction between "parameter import" which merges parameters, and ...px4dev2012-08-281-1/+1
* Allow the EEPROM driver to consider itself started even if NXFFS fails to mount.px4dev2012-08-272-9/+7
* Improved param load / store text feedback, ported sensors app to new driver m...Lorenz Meier2012-08-251-3/+14
* improvements / debugging on I2C driversLorenz Meier2012-08-241-1/+1
* Made error message more verboseLorenz Meier2012-08-241-0/+6
* Add EEPROM read/write performance counters.px4dev2012-08-231-2/+27
* Add a modified version of the stock AT24xx EEPROM driver tweaked for our uses.px4dev2012-08-232-4/+496
* Minor fixes to EEPROM paramsLorenz Meier2012-08-201-1/+3
* Don't delete the parameter file on failed load.px4dev2012-08-201-1/+1
* wrapper commands for saving and loading parameterspx4dev2012-08-192-4/+82
* Hand over control of the onboard EEPROM to the NuttX I2C EEPROM driver and NX...px4dev2012-08-192-0/+153
* State machine cleanup, introduced variable rates for MAVLink depending on the...Lorenz Meier2012-08-181-3/+3
* Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-101-255/+6
* More work on the mixer architecture.px4dev2012-08-051-20/+54
* Checkpoint: more work in progress on mixer load/savepx4dev2012-08-052-87/+71
* Work in progress; standard mixer API and utilitypx4dev2012-08-052-0/+384
* Many Doxygen style fixesLorenz Meier2012-08-053-52/+23
* Fresh import of the PX4 firmware sources.px4dev2012-08-0418-0/+1755