aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \
| * | build fixespx4dev2012-08-084-120/+136
* | | Minor but important fixes across systemLorenz Meier2012-08-087-156/+234
|/ /
* | Fine tuningLorenz Meier2012-08-071-8/+0
* | Introduced multirotor controlLorenz Meier2012-08-077-0/+917
* | minor polishingLorenz Meier2012-08-071-3/+3
* | Minor cleanups in WP handlingLorenz Meier2012-08-073-42/+106
* | HIL fixed, fixedwing control fixesIvan Ovinnikov2012-08-076-150/+171
* | Sending back current position setpoints (global and local)Lorenz Meier2012-08-071-3/+38
* | Completed calibration state machine, calibration state now propagating to sen...Lorenz Meier2012-08-065-54/+105
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-062-29/+108
|\ \
| * | Sketchy diagnostic commands useful for testing.px4dev2012-08-051-7/+69
| * | Reject mixer definition lines too short to be valid.px4dev2012-08-051-0/+3
| * | Add a sample mixer definition and documentation.px4dev2012-08-051-22/+36
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-0515-97/+1016
|\| |
| * | More work on the mixer architecture.px4dev2012-08-057-103/+274
| * | Checkpoint: more work in progress on mixer load/savepx4dev2012-08-058-148/+158
| * | Work in progress; standard mixer API and utilitypx4dev2012-08-0513-48/+786
* | | Using float precision where already anyway availableLorenz Meier2012-08-051-1/+1
|/ /
* | Minor cleanups in printingLorenz Meier2012-08-051-17/+33
* | Minor fixes to HMC driver, mag calibration doneLorenz Meier2012-08-053-40/+246
* | Faster sensor bus resets on timeouts, massively reworked fixed wing app, testedLorenz Meier2012-08-0511-235/+197
* | Many Doxygen style fixesLorenz Meier2012-08-0514-77/+134
* | Build fix.px4dev2012-08-041-2/+2
* | Merge branch 'NuttX/master'px4dev2012-08-044-83/+256
|\|
| * Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-043-82/+255
| * Add the NSH df commandpatacongo2012-08-045-32/+92
| * Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-036-231/+410
| * Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+1
| * Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-023-4/+8
| * Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-307-65/+299
| * Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-283-33/+70