aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds
Commit message (Expand)AuthorAgeFilesLines
* 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