aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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-202-0/+116
|\
| * Added additional exampleLorenz Meier2013-01-242-0/+116
* | Adjusted stack size for commander appLorenz Meier2013-02-201-2/+2
* | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1897-7102/+3875
|\ \
| * \ Merge pull request #198 from PX4/nuttx-merge-5596Lorenz Meier2013-02-1743-341/+1486
| |\ \
| | * | Assorted compile fixes.px4dev2013-02-065-11/+11
| | * | lib_lowprintf -> lowsyslogpx4dev2013-02-063-6/+6
| | * | Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0635-324/+1469
| | |\ \
| | | * | Prep for 6.25 releasepatacongo2013-02-011-4/+6
| | | * | Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+0
| | | * | Fix readline return value; Add support for removable serial devicespatacongo2013-01-312-16/+40
| | | * | Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-2911-215/+732
| | | * | The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
| | | * | The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-296-57/+196
| | | * | USB monitor daemon updatespatacongo2013-01-292-8/+13
| | | * | Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2829-105/+201
| | | * | Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2812-32/+321
| | | * | configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-1/+1
| | | * | Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-2/+2
| | | * | Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-252-9/+11
| | | * | Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
| | | * | Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
| | | * | apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-246-5/+67
| * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1736-6718/+0
| |\ \ \ \
| | * | | | Removed old GPS appLorenz Meier2013-02-1736-6718/+0
| * | | | | Removed confusing non-error message, updated start scripts to match wiki and ...Lorenz Meier2013-02-171-3/+0
| |/ / / /
| * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1655-691/+3177
| |\ \ \ \
| | * \ \ \ Merge pull request #195 from PX4/gpsLorenz Meier2013-02-1516-71/+2414
| | |\ \ \ \
| | | * | | | Another rewrite: most of the polling, reading and writing is now inside the G...Julian Oes2013-02-088-548/+564
| | | * | | | Restructered the parsing/configuring, MTK workingJulian Oes2013-02-075-303/+314
| | | * | | | Sped up MTK configuration but the detection time can still be improved: timeo...Julian Oes2013-02-062-15/+22
| | | * | | | Added support for MTK revision 19, working condition but configuration of MTK...Julian Oes2013-02-062-7/+22