aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect scaling of acceleration valuesLorenz Meier2012-08-193-8/+8
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-195-77/+45
|\
| * Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-184-76/+18
| * Teach err.c how to live without standard I/Opx4dev2012-08-181-1/+27
* | Added simple, but complete code exampleLorenz Meier2012-08-194-14/+195
|/
* Changed mavlink and sensors apps to deamons, now started with mavlink start a...Lorenz Meier2012-08-192-30/+119
* Updated tests suite properly to MPU-6000 driver, should pass nowLorenz Meier2012-08-181-5/+6
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-183-1/+230
|\
| * Add <err.h> modeled on the BSD functions of the same name; this will let us c...px4dev2012-08-183-1/+230
* | Fixed sensors testLorenz Meier2012-08-181-1/+1
|/
* State machine cleanup, introduced variable rates for MAVLink depending on the...Lorenz Meier2012-08-187-76/+142
* Updated MPU test to new driver modelLorenz Meier2012-08-181-14/+14
* Removed outdated sensors bringup appLorenz Meier2012-08-186-932/+0
* Fixed PI wrapping code, debugging more sensor code, possible misalignment of ...Lorenz Meier2012-08-172-12/+16
* Fixed mag axis assignment, fixed mag calibrationLorenz Meier2012-08-174-9/+22
* Minor tweaks and command parsing debuggingLorenz Meier2012-08-165-12/+10
* Fixed arming bugLorenz Meier2012-08-161-1/+1
* Increased attitude estimator bm stackLorenz Meier2012-08-162-2/+4
* Various fixes for params interfaceLorenz Meier2012-08-165-35/+53
* mag cal, scaling of throttleLorenz Meier2012-08-163-8/+8
* Updated start script, checking commander mishapsLorenz Meier2012-08-162-2/+9
* fix a fatal one-character typo in the multirotor output scaling logicpx4dev2012-08-161-1/+1
* New multirotor mixer; builds, not yet tested.px4dev2012-08-155-9/+331
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-146-13/+57
|\
| * Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-149-24/+26
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-122-5/+47
* | mechanical style fixupspx4dev2012-08-1410-67/+84
* | Integrated optical flowLorenz Meier2012-08-143-6/+131
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-146-438/+977
|\ \
| * | Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-141-6/+14
| * | Simplify an error message to avoid a bad pointer deref.px4dev2012-08-131-1/+1
| * | Nuke a dead file.px4dev2012-08-131-430/+0
| * | New-style driver for the MPU6000.px4dev2012-08-132-0/+960
| * | force 8-bit SPI transactions for device::SPI drivers.px4dev2012-08-131-1/+2
* | | Reworked ardrone / multirotor controlLorenz Meier2012-08-145-69/+146
|/ /
* | First initial revision of ACC driver and gyroLorenz Meier2012-08-132-30/+39
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1310-167/+268
|\ \
| * | Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-1310-167/+268
* | | Improved float testsLorenz Meier2012-08-133-72/+31
|/ /
* | Further cleanups, added sanity check against system state machineLorenz Meier2012-08-126-43/+60
* | Streamlined ar drone interface, removed a lot of old cruft, preparing for gen...Lorenz Meier2012-08-1226-340/+2350
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-116-66/+144
|\ \
| * | Merge branch 'NuttX/master'px4dev2012-08-112-20/+43
| |\|
| | * I learned how to spell PSEUDOpatacongo2012-08-053-18/+17
| | * Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-042-6/+30
| * | Syntax change to improve readability; output scalers are now labelled O: inst...px4dev2012-08-113-38/+89
| * | Don't try to mix if we have no mixer installed.px4dev2012-08-111-8/+12
* | | Added manual control abstraction layer, reworked sensors and ardrone_control ...Lorenz Meier2012-08-118-90/+254
|/ /
* | Rework the mixer architecture based on discussions about arbitrary geometry m...px4dev2012-08-1011-954/+1137
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-084-120/+136
|\ \