aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not ↵px4dev2012-11-0339-2574/+403
| | | | tested yet.
* 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-025-46/+85
|\ \ | |/ |/|
| * Fix logic bug in ONLCR processing.px4dev2012-11-021-1/+1
| |
| * MergedLorenz Meier2012-11-0135-1662/+335
| |\
| | * 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
| |
* | Reverted to IO compatible configLorenz Meier2012-10-311-2/+2
| |
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-3126-1538/+149
|\ \
| * | Move the last of the board-specific code for PX4FMU out of the NuttX tree. ↵px4dev2012-10-3122-666/+189
| | | | | | | | | | | | Now it's just configuration.
| * | Clean out remains of the old EEPROM driver.px4dev2012-10-307-917/+5
| |/
* | 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
| |
* | Changed to UART5 for consoleLorenz Meier2012-10-311-2/+2
|/
* 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-3023-314/+920
|\
| * 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-294-16/+159
| | | | | | | | 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
| |
* | Updated script to current syntaxLorenz Meier2012-10-304-18/+18
|/
* Calibration improvementLorenz Meier2012-10-295-2/+81
|
* 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
|
* Force the linker to keep all init functions. This might be going overboard, ↵px4dev2012-10-271-1/+1
| | | | but without it we don't get any static constructors.
* Get us a bit closer to having c++ static constructors working.px4dev2012-10-274-3/+166
|
* Remove an annoying message.px4dev2012-10-271-1/+0
|
* Build fix due to missing include.px4dev2012-10-271-0/+2
|