aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PM update; NSH extension to catch return valuespatacongo2012-07-283-17/+74
| * Remove BOTHERpatacongo2012-07-2410-22/+26
| * Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-233-48/+26
| * Don't use strerror in apps/modbus; Add CONFIG_MB_TERMIOS to enable/suppress u...patacongo2012-07-225-172/+217
| * Make serial setup configurale in apps/examples/modbuspatacongo2012-07-212-8/+38
| * Missed a couple of files in the last check-inpatacongo2012-07-211-0/+0
| * Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-2135-415/+1084
| * FreeModBus now buildspatacongo2012-07-2119-98/+130