aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up PI wrapping code, still subject to testingLorenz Meier2012-11-202-46/+66
* Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-152-4/+2
|\
| * Minor cleanup of param load / storeLorenz Meier2012-11-152-4/+2
* | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-132-41/+44
|\|
| * Merge branch 'fw_control' of https://github.com/thomasgubler/FirmwareLorenz Meier2012-11-132-41/+44
| |\
| | * small code cleanupThomas Gubler2012-11-112-41/+44
* | | Merge remote-tracking branch 'upstream/master' into ioJulian Oes2012-11-133-6/+68
|\| |
| * | Add a new performance counter for measuring periodic/interval events.px4dev2012-11-122-6/+67
| |/
| * Fixed the number of control inputs for simple mixer. Contributed by Thomas Gu...Lorenz Meier2012-11-101-0/+1
* | Several fixes, hex flies, failsafe not really tested yetJulian Oes2012-11-111-1/+1
* | Merge branch 'master' of https://github.com/PX4/FirmwareJulian Oes2012-11-081-20/+0
|\|
| * Removed outdated docsLorenz Meier2012-11-081-20/+0
* | Got rid of the control limitation at high throttleJulian Oes2012-11-071-7/+7
* | Scale control signals with thrust for low thrustJulian Oes2012-11-061-0/+22
|/
* Merge pull request #45 from thomasgubler/master_originLorenz Meier2012-11-051-2/+2
|\
| * re-adding pid limitationThomas Gubler2012-11-051-2/+2
* | Merge branch 'master' of github.com:pixhawk/FirmwareLorenz Meier2012-11-052-1/+151
|\ \ | |/ |/|
| * add tangent plane mapping to geo.cdaregger2012-11-052-1/+151
* | Clean up perf counters attached to an HX protocol stream.px4dev2012-11-031-0/+5
* | Fix transmit error reporting.px4dev2012-11-032-8/+6
* | Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-031-1/+6
|/
* param load / store cleanup, storage location selection now exclusively throug...Lorenz Meier2012-11-021-1/+1
* Merge branch 'master' of github.com:pixhawk/FirmwareLorenz Meier2012-11-021-2/+2
|\
| * Fine tuning of manual controlTobias Naegeli2012-11-011-2/+2
* | Remove the arbitrary limit on the path to the default parameter file. Add a ...px4dev2012-10-312-28/+43
|/
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-311-1/+0
|\
| * Clean out remains of the old EEPROM driver.px4dev2012-10-301-1/+0
* | New param interface for microSD and EEPROMLorenz Meier2012-10-312-0/+97
* | prevent double-precision promotion where its not requiredLorenz Meier2012-10-311-2/+2
* | Fix compile warningsLorenz Meier2012-10-311-7/+7
|/
* Kill the old board info code.px4dev2012-10-292-78/+0
* Add 'show' and 'test' verbs to the boardinfo command. Teach rcS how to use t...px4dev2012-10-292-4/+11
* bson-based boardinfo workingpx4dev2012-10-291-1/+1
* Fix param handling of 32-bit BSON nodespx4dev2012-10-291-1/+1
* BSON coder unit tests, fixes arising from test failures.px4dev2012-10-293-31/+94
* Build fixespx4dev2012-10-291-9/+10
* Work in progress on to/from memory BSON coding.px4dev2012-10-292-29/+234
* Remove reboot() API, replace with a prototype for up_systemreset() which is p...px4dev2012-10-272-36/+1
* 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
* Major formatting/whitespace cleanuppx4dev2012-10-2316-189/+254
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-237-2/+572
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-224-60/+249
|\
| * Add functions for computation of the distance and bearing to the nearest poin...Doug Weibel2012-10-212-10/+215
| * Merge branch 'master' of https://github.com/PX4/FirmwareDoug Weibel2012-10-133-13/+66
| |\
| * | Changes to the PID controller. Adds "limit" to the parameter set. Implement...Doug Weibel2012-10-072-50/+34
* | | Beat up on the mavlink app startup a bit.px4dev2012-10-141-2/+2
| |/ |/|
* | Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-092-12/+63
* | Don't treat end-of-document-structure as an error.px4dev2012-10-081-1/+3
|/
* Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-032-2/+8