aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* made the commander app docu diagram nicerThomas Gubler2012-08-192-0/+0
* Merge branch 'master' of https://github.com/PX4/FirmwareThomas Gubler2012-08-1963-6649/+789
|\
| * Fixed incorrect scaling of acceleration valuesLorenz Meier2012-08-193-8/+8
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-197-85/+48
| |\
| | * Share the PX4IO protocol header, such as it is, between the two apps.px4dev2012-08-185-83/+20
| | * Teach err.c how to live without standard I/Opx4dev2012-08-181-1/+27
| | * 'make clean' at the top level should 'distclean' in NuttX, as it's not obviou...px4dev2012-08-181-1/+1
| * | Added simple, but complete code exampleLorenz Meier2012-08-195-14/+199
| |/
| * 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
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1828-5491/+0
| |\
| | * Drop these; they should not have been added.px4dev2012-08-1728-5491/+0
| * | 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-166-26/+11
| * 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-163-5/+13
| * fix a fatal one-character typo in the multirotor output scaling logicpx4dev2012-08-161-1/+1
* | updated commander documentation diagramThomas Gubler2012-08-163-0/+0
* | added position control documentation diagramThomas Gubler2012-08-152-0/+0
|/
* New multirotor mixer; builds, not yet tested.px4dev2012-08-157-30/+361
* Hide Eclipse project settings from SublimeTextpx4dev2012-08-141-1/+7
* Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-1445-248/+625
|\
| * Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-1410-24/+30
| * Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-145-31/+48
| * Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1321-102/+200
| * Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-139-18/+22
| * Define NULL to be (0) for C++patacongo2012-08-122-3/+8
| * drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1219-120/+385
* | 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-1410-461/+1020
|\ \
| * | Config tweaks to enable the new-style ms5611 driver.px4dev2012-08-143-11/+19
| * | Avoid reinitializing a SPI bus once it's been set up the first time.px4dev2012-08-131-18/+36
| * | More ignorance.px4dev2012-08-131-0/+1
| * | 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-133-0/+961
| * | force 8-bit SPI transactions for device::SPI drivers.px4dev2012-08-131-1/+2
* | | Reworked ardrone / multirotor controlLorenz Meier2012-08-145-69/+146
|/ /
* | Indendation fixesLorenz Meier2012-08-131-19/+19