aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint: More state machine fixes, commited to wrong branch and now copied...Julian Oes2013-03-117-43/+86
* Merge remote-tracking branch 'upstream/master' into new_state_machineJulian Oes2013-02-257-90/+130
|\
| * 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
| * 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
* | | Checkpoint: Added control flagsJulian Oes2013-02-251-517/+59
* | | Checkpoint: Separated all bools in vehicle status into conditions and flags, ...Julian Oes2013-02-228-103/+103
* | | Merge remote-tracking branch 'upstream/px4io-i2c' into new_state_machineJulian Oes2013-02-2213-31/+220
|\ \ \
| * | | Switched to debug statement which is more efficient regarding stack usage, on...Lorenz Meier2013-02-201-5/+5
| * | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-201-13/+19
| |\| |
| | * | Adjusted stack size for commander appLorenz Meier2013-02-201-2/+2
| | * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-02-1897-7102/+3875
| | |\ \
| | * | | More sensible error handling in calibrationLorenz Meier2013-02-181-11/+17
| * | | | ms5611: try to measure the performance cost of I2C timeoutsAndrew Tridgell2013-02-191-0/+7
| * | | | px4io: fixed signals for lower latency PWM outputAndrew Tridgell2013-02-191-9/+15
| * | | | px4io: added INAIR_RESTART enable/disable flagsAndrew Tridgell2013-02-184-2/+26
| * | | | nshlib: added cmp command to nshAndrew Tridgell2013-02-184-0/+91
| * | | | px4fmu: add support for write() interface for PWM outputAndrew Tridgell2013-02-181-0/+25
| * | | | px4fmu: added publication of input_rc ORB valuesAndrew Tridgell2013-02-181-2/+32
* | | | | Checkpoint: Navigation states and arming seem to workJulian Oes2013-02-223-27/+43
* | | | | Checkpoint: Added switch handlingJulian Oes2013-02-221-2/+160
* | | | | Checkpoint: Added flag checks inside navigation state updateJulian Oes2013-02-224-470/+435
* | | | | Checkpoint: Added flag checks inside arming state updateJulian Oes2013-02-212-13/+24
* | | | | Checkpoint: Added arming check functionJulian Oes2013-02-212-0/+57
* | | | | Checkpoint: navigation state machine as discussed with LorenzJulian Oes2013-02-216-152/+373
* | | | | Checkpoint: New hierarchical statesJulian Oes2013-02-204-471/+367
* | | | | Checkpoint: Added HIL state, arming/disarming works now, also from GQCJulian Oes2013-02-193-321/+382
* | | | | Checkpoint: Arming/Disarming worksJulian Oes2013-02-183-7/+22
* | | | | Merge branch 'px4io-i2c' into new_state_machineJulian Oes2013-02-1825-1203/+2909
|\| | | |
| * | | | Merged, removed unneeded lineAndrew Tridgell2013-02-173-9/+48
| * | | | Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-175-18/+38
| |\ \ \ \
| | * \ \ \ Merged masterLorenz Meier2013-02-171-2/+0
| | |\ \ \ \
| | * | | | | Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-174-16/+38
| * | | | | | Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-171-3/+9
| |\| | | | |
| | * | | | | Fixed excessive debug buffer sizeLorenz Meier2013-02-171-3/+9
| * | | | | | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2c-nuttxLorenz Meier2013-02-175-41/+207
| |\| | | | |
| | * | | | | Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-175-41/+207
| * | | | | | MergedLorenz Meier2013-02-1743-341/+1487
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'master' into px4io-i2cLorenz Meier2013-02-1736-6718/+0
| |\ \ \ \ \ \
| * | | | | | | Merged debuglevel command from TridgeAndrew Tridgell2013-02-175-1/+37
| * | | | | | | More outputAndrew Tridgell2013-02-171-1/+3
| * | | | | | | Slightly adjusted battery voltage measurement after calibration against B&K P...Lorenz Meier2013-02-161-1/+1
| * | | | | | | Merge branch 'master' into px4io-i2cLorenz Meier2013-02-161-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-1655-691/+3177
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Merged debug level commits from TridgeAndrew Tridgell2013-02-143-12/+65
| * | | | | | | | | px4io: added isr_debug()Andrew Tridgell2013-02-141-1/+61
| * | | | | | | | | Reworked manual override flag, reworked arming slightly. Pending testingLorenz Meier2013-02-134-21/+12