aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | First initial revision of ACC driver and gyroLorenz Meier2012-08-134-41/+72
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-1312-168/+281
|\ \
| * | Massive improvements in state machine, still tracing wrong throttle scaling i...Lorenz Meier2012-08-1310-167/+268
| * | Add heap used/free summaries to heap dumppx4dev2012-08-121-0/+8
| * | typo that causes the heap printer to fail by recursing infinitelypx4dev2012-08-111-1/+1
| * | Bootloader requires images be a multiple of 4 bytes; pad to comply.px4dev2012-08-111-0/+4
* | | 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-1155-582/+1027
|\ \