aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* archlinux compatibilityThomas Gubler2013-03-093-3/+3
* Hotfix: Extend GPS lost timeout by a small delta to prevent timeout aliasing,...Lorenz Meier2013-03-091-1/+1
* Merge pull request #216 from thomasgubler/adcLorenz Meier2013-03-084-7/+11
|\
| * scale the saved adc values to get voltageThomas Gubler2013-03-041-3/+3
| * write adc values to sensors combined and log themThomas Gubler2013-03-034-5/+9
* | Revert "testing"Simon Wilks2013-03-051-6/+0
* | testingSimon Wilks2013-03-051-0/+6
|/
* Hotfix: Fix program flow for uORB non-published topicsLorenz Meier2013-03-011-1/+4
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-03-0111-76/+246
|\
| * Hotfix: ensure PWM output on IO and FMU stops when disarmingLorenz Meier2013-02-261-2/+6
| * Merge pull request #206 from thomasgubler/airspeedLorenz Meier2013-02-269-68/+227
| |\
| | * small printf changeThomas Gubler2013-02-261-1/+1
| | * small cleanupThomas Gubler2013-02-261-5/+1
| | * commander app sets an airspeed_valid flag in the vehicle statusThomas Gubler2013-02-252-1/+24
| | * fixed a typoThomas Gubler2013-02-252-2/+2
| | * airspeed (pitot) offset calibrationThomas Gubler2013-02-246-7/+130
| | * more fixes for the airspeed readoutThomas Gubler2013-02-244-61/+77
| | * corrected some wrong units (used in airspeed calculation)Thomas Gubler2013-02-222-5/+5
| * | Hotfix: Removed spurious breakLorenz Meier2013-02-251-1/+0
| * | Hotfix: discard NUL characters in readline, rather than faking EOF on the con...px4dev2013-02-241-5/+13
* | | Hotfix: return correct value for orb_check() for never-published topicsLorenz Meier2013-03-011-0/+4
|/ /
* | Don't try to print the idle stack usage (we need to fix it up before the code...px4dev2013-02-242-5/+9
* | Kill off a couple of files that should never have been checked in.px4dev2013-02-232-84/+0
* | Hotfix: Add support for 9-channel Spektrum/DSM setups.px4dev2013-02-221-0/+1
|/
* Merge pull request #203 from PX4/debug_exampleLorenz Meier2013-02-203-0/+120
|\
| * Added additional exampleLorenz Meier2013-01-243-0/+120
* | Adjusted stack size for commander appLorenz Meier2013-02-201-2/+2
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-18224-9460/+8651
|\ \
| * \ Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-17165-2617/+6129
| |\ \
| | * | New option to ensure serial stack is always included.px4dev2013-02-062-0/+2
| | * | Assorted compile fixes.px4dev2013-02-066-14/+11
| | * | Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| | * | Back out the ADC DMA support. We aren't using or maintaining it, and it doesn...px4dev2013-02-062-273/+48
| | * | lib_lowprintf -> lowsyslogpx4dev2013-02-063-6/+6
| | * | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-06153-2289/+6018
| | |\ \
| | | * | drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-022-29/+78
| | | * | Last minute 6.25 changepatacongo2013-02-014-27/+42
| | | * | Prep for 6.25 releasepatacongo2013-02-016-420/+1191
| | | * | Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-019-31/+97
| | | * | NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-0112-16/+293
| | | * | Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-3118-73/+102
| | | * | Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-3110-24/+353
| | | * | Fix readline return value; Add support for removable serial devicespatacongo2013-01-3110-65/+320
| | | * | With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-302-62/+6
| | | * | The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
| | | * | LM4F update from JPpatacongo2013-01-305-310/+434
| | | * | Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
| | | * | Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
| | | * | LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
| | | * | Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-2911-215/+732