aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* param load / store cleanup, storage location selection now exclusively ↵Lorenz Meier2012-11-025-81/+136
| | | | through dedicated "param select <path>" command
* Merge branch 'master' of github.com:pixhawk/FirmwareLorenz Meier2012-11-025-67/+70
|\
| * Fine tuning of manual controlTobias Naegeli2012-11-015-67/+70
| |
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-11-024-45/+84
|\ \ | |/ |/|
| * MergedLorenz Meier2012-11-0129-755/+464
| |\
| | * Remove the arbitrary limit on the path to the default parameter file. Add a ↵px4dev2012-10-313-35/+57
| | | | | | | | | | | | verb to the param command to set the default parameter file.
| * | Report mag status to system, sanity-check calibrationLorenz Meier2012-11-011-4/+14
| | |
| * | Print selectively by nameLorenz Meier2012-11-011-4/+13
| | |
* | | Minor tweaks to offboard control receptionLorenz Meier2012-11-012-9/+12
| |/ |/|
* | Casting and fix default param pathLorenz Meier2012-10-312-6/+5
| |
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-3120-631/+278
|\ \
| * | Move the last of the board-specific code for PX4FMU out of the NuttX tree. ↵px4dev2012-10-3117-301/+278
| | | | | | | | | | | | Now it's just configuration.
| * | Clean out remains of the old EEPROM driver.px4dev2012-10-304-334/+4
| |/
* | New param interface for microSD and EEPROMLorenz Meier2012-10-315-108/+141
| |
* | prevent double-precision promotion where its not requiredLorenz Meier2012-10-311-2/+2
| |
* | Fix compile warningsLorenz Meier2012-10-311-7/+7
| |
* | Extended GPS struct with velocity vectorLorenz Meier2012-10-312-0/+10
|/
* Remove excessive mem usageLorenz Meier2012-10-301-1/+2
|
* reverted memory change, sdlog app needs more than 2KLorenz Meier2012-10-301-1/+1
|
* Minor last tweaksLorenz Meier2012-10-301-6/+3
|
* Fixed error term calculation for yaw positionLorenz Meier2012-10-302-3/+10
|
* Reducing stack sizes to free some RAMLorenz Meier2012-10-304-6/+7
|
* Fixed mag calibrationLorenz Meier2012-10-301-6/+12
|
* Fixed extremely stupid copy-paste bug in mag scale loadingLorenz Meier2012-10-301-3/+3
|
* Better yaw position control, but not quite there yetLorenz Meier2012-10-302-4/+8
|
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-3022-312/+918
|\
| * Kill the old board info code.px4dev2012-10-293-301/+0
| |
| * Add 'show' and 'test' verbs to the boardinfo command. Teach rcS how to use ↵px4dev2012-10-293-14/+157
| | | | | | | | the new version.
| * bson-based boardinfo workingpx4dev2012-10-292-3/+233
| |
| * Fix param handling of 32-bit BSON nodespx4dev2012-10-291-1/+1
| |
| * BSON coder unit tests, fixes arising from test failures.px4dev2012-10-294-75/+196
| |
| * Build fixespx4dev2012-10-291-9/+10
| |
| * Work in progress on to/from memory BSON coding.px4dev2012-10-296-31/+423
| |
| * Warning fixes.px4dev2012-10-293-1/+3
| |
| * Doxyheader fixespx4dev2012-10-299-10/+28
| |
* | Correctly initializing and updating yaw setpoint, sign still to be checkedLorenz Meier2012-10-301-2/+18
|/
* Calibration improvementLorenz Meier2012-10-294-2/+79
|
* Hardened the EEPROM attach routine for param storageLorenz Meier2012-10-292-2/+39
|
* Added missing event typeLorenz Meier2012-10-281-0/+1
|
* Remove reboot() API, replace with a prototype for up_systemreset() which is ↵px4dev2012-10-276-42/+12
| | | | portable.
* Turn off C++ constructor debug messages.px4dev2012-10-271-3/+0
|
* Get us a bit closer to having c++ static constructors working.px4dev2012-10-272-1/+155
|
* Remove an annoying message.px4dev2012-10-271-1/+0
|
* Build fix due to missing include.px4dev2012-10-271-0/+2
|
* Minor board.h changes.px4dev2012-10-273-9/+10
|
* Hoist the GPIO driver out and integrate it with the px4fmu driver. Move ↵px4dev2012-10-275-93/+370
| | | | these pieces into the drivers tree.
* More compile fixesLorenz Meier2012-10-261-7/+1
|
* Build fix after cleanupLorenz Meier2012-10-261-2/+0
|
* Deleted old cruftLorenz Meier2012-10-2628-2937/+0
|
* Fixed automatic log conversion / plotting scriptLorenz Meier2012-10-251-3/+7
|