aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Add new 'task_spawn' interface for starting new tasks in the PX4 worldpx4dev2012-10-012-3/+36
* Fixed heading calculation, fixed heading controllerLorenz Meier2012-09-292-4/+7
* Merge remote-tracking branch 'upstream/ardrone'Julian Oes2012-09-255-27/+211
|\
| * General robustness improvements in PID struct, numerically close to bullet-pr...Lorenz Meier2012-09-232-15/+40
| * WIP on HILLorenz Meier2012-09-222-20/+41
| * Halfway-working fixed wing waypoint control, needs more effortLorenz Meier2012-09-223-1/+139
* | Simplified magnetometer calibration routineJulian Oes2012-09-251-2/+2
|/
* Some fixes for getopt_longpx4dev2012-09-103-14/+17
* Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt...px4dev2012-09-083-1/+543
* Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
* Turn off annoying debug output.px4dev2012-09-042-2/+2
* Avoid a couple of unnecessary promotions to double.px4dev2012-09-031-2/+2
* Adjust the mixer tables for observed yaw sign behavior.px4dev2012-09-032-37/+37
* Add some documentation for the warn/err functions.px4dev2012-08-291-12/+36
* fixed a param save bugLorenz Meier2012-08-291-0/+3
* Let's not get too smart; we can't const these.px4dev2012-08-281-7/+7