aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Changed a critical section to double precision calculation. It may not be nec...Lorenz Meier2012-09-031-7/+42
* Merge branch 'master' into ms5611_newmathpx4dev2012-09-0336-446/+447
|\
| * Added high-res sensor message better suited for scientific applicationsLorenz Meier2012-09-031-2/+20
| * Removing old cruft from the interfaceLorenz Meier2012-09-031-42/+67
| * Adjust the mixer tables for observed yaw sign behavior.px4dev2012-09-032-37/+37
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-0328-205/+158
| |\
| | * Fix typo in roll controller initialization; now roll and pitch controllers re...px4dev2012-09-021-1/+1
| | * Merge with trunk NuttXpx4dev2012-09-0227-204/+157
| | |\
| | | * Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-4/+8
| | | * The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3124-1003/+587
| | | * Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-312-1/+4
| | | * Add configurable application entry pointpatacongo2012-08-3055-579/+376
| | | * Add perror()patacongo2012-08-284-4/+14
| * | | Cleaned up HIL interfaceLorenz Meier2012-09-031-119/+105
| |/ /
| * | Add actuator controls outputLorenz Meier2012-09-022-1/+25
| * | Ported MAVLink app to actuator_armed topicLorenz Meier2012-09-021-5/+19
| * | Changed to publishing armed state in commanderLorenz Meier2012-09-024-23/+9
| * | Fixed arming state setting / publicationLorenz Meier2012-09-022-13/+8
* | | Reduce slightly the rate at which we can be spammed with arming-state change ...px4dev2012-09-021-1/+1
* | | Redo the math in the ms5611 driver to a) avoid re-computing scaling factors f...px4dev2012-09-012-50/+232
|/ /
* | Added temperature measurement, added led system commandLorenz Meier2012-09-015-7/+262
* | Fixed minor compile warnings (just warnings, no effect on execution) in BMA180Lorenz Meier2012-08-311-12/+11
* | minor typo in commentLorenz Meier2012-08-311-1/+1
* | Checkpoint: Operational BMA180 driverLorenz Meier2012-08-311-17/+60
* | Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-246/+336
* | units in commentspx4dev2012-08-302-3/+3
* | Make the buffer ring work.px4dev2012-08-301-12/+10
* | Fix the readout transfer size.px4dev2012-08-291-3/+1
* | Be a bit more careful with which bits we stuff into the l3gd20 registers.px4dev2012-08-291-47/+51
* | Something approximating a driver for the L3GD20px4dev2012-08-291-257/+303
* | driver work in progresspx4dev2012-08-292-0/+864
* | Add some documentation for the warn/err functions.px4dev2012-08-291-12/+36
* | fixed a param save bugLorenz Meier2012-08-291-0/+3
* | minor changes for default options, closing properly all subscriptions in mult...Lorenz Meier2012-08-293-9/+8
* | More black magic put into the attitude estimation - works nicely nowLorenz Meier2012-08-294-1211/+10
* | Fixed calibration, added calibration for accel, working on further filter imp...Lorenz Meier2012-08-293-53/+152
* | Minor improvements to ardrone interface, ready for prime timeLorenz Meier2012-08-293-42/+33
* | Sorry Tait, Bryan… your body is not welcome.px4dev2012-08-291-1/+1
* | Let's not get too smart; we can't const these.px4dev2012-08-281-7/+7
* | mavlink parameter load should discard all current parameters before loading f...px4dev2012-08-281-2/+2
* | Try not to return an unconditional error from the parameter save path.px4dev2012-08-281-8/+6
* | Make the distinction between "parameter import" which merges parameters, and ...px4dev2012-08-283-14/+94
* | Distinguish between the end of the top-level BSON object and an error so that...px4dev2012-08-283-17/+37
* | Let's not leave the R/C channel scaling factor as a NAN or INF. It makes man...px4dev2012-08-281-44/+22
* | fixed range of debug printingLorenz Meier2012-08-281-2/+2
* | left debug output active to allow finishing off this issueLorenz Meier2012-08-281-7/+15
* | Merge branch 'params' of github.com:PX4/FirmwareLorenz Meier2012-08-283-47/+81
|\ \
| * | params debuggingLorenz Meier2012-08-282-15/+40
| * | Implemented missing IOCTLs to set MPU scalingsLorenz Meier2012-08-281-4/+14
| * | Correct scaling for calibration routinesLorenz Meier2012-08-281-28/+27