aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Let's just init the status flag every time we send a config updateSimon Wilks2013-03-072-9/+1
| | | |/ / /
| | * / / / Fixed RC calibration scaling / assignmentLorenz Meier2013-03-071-19/+30
| | |/ / /
| * | | | Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2c-throttleLorenz Meier2013-03-061-1/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove extra spaces from mixers before processing them. This gives us some mo...px4dev2013-03-041-1/+17
| | |/ /
| * / / Correct RC config sanity checking and report back when RC config errors occur.Simon Wilks2013-03-065-21/+55
| |/ /
| * | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-03-011-1/+4
| |\ \
| * \ \ Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-03-011-0/+4
| |\ \ \
* | | | | Add missing mixer ok check in override mode, clear FMU lost alarm when settin...Lorenz Meier2013-03-091-2/+4
* | | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-03-094-5/+16
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | scale the saved adc values to get voltageThomas Gubler2013-03-041-3/+3
| * | | write adc values to sensors combined and log themThomas Gubler2013-03-033-3/+7
| | |/ | |/|
| * | 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: return correct value for orb_check() for never-published topicsLorenz Meier2013-03-011-0/+4
* | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-261-2/+6
|\ \ \ | | |/ | |/|
| * | Hotfix: ensure PWM output on IO and FMU stops when disarmingLorenz Meier2013-02-261-2/+6
* | | Merged masterLorenz Meier2013-02-269-68/+227
|\| |
| * | 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
* | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-261-1/+0
|\| | |
| * | | Hotfix: Removed spurious breakLorenz Meier2013-02-251-1/+0
* | | | Fixed input indexing, stupid 1-based indices on the GCS side (MP/QGC) caused ...Lorenz Meier2013-02-251-4/+9
* | | | Removed bound checking assertionsLorenz Meier2013-02-251-3/+0
* | | | Corrected assertion rangeLorenz Meier2013-02-251-2/+2
* | | | Merge branch 'px4io-i2c-memory-squeeze' of github.com:PX4/Firmware into px4io...Lorenz Meier2013-02-254-10/+34
|\ \ \ \
| * | | | Bump the task stack up to 1200 bytes to give the mixer loader some headroom. ...px4dev2013-02-241-1/+1
| * | | | Scale R/C inputs around the preset center, not the nominal center.px4dev2013-02-241-3/+2
| * | | | Print mapped R/C inputs as signed values (since they are zero-relative)px4dev2013-02-241-1/+1
| * | | | If we have seen control input from FMU, update the FMU_OK status flag.px4dev2013-02-241-1/+5
| * | | | Report the control values from the FMU in the status output. Count them separ...px4dev2013-02-241-5/+12
| * | | | Don't mask out the enable bit when accepting R/C input config updates.px4dev2013-02-241-2/+2
| * | | | Fix reporting of R/C input configpx4dev2013-02-241-1/+15
* | | | | Merge branch 'px4io-i2c-memory-squeeze' of github.com:PX4/Firmware into px4io...Lorenz Meier2013-02-241-1/+1
|\| | | |
| * | | | && -> &px4dev2013-02-241-1/+1
* | | | | Merge branch 'px4io-i2c-memory-squeeze' of github.com:PX4/Firmware into px4io...Lorenz Meier2013-02-241-9/+10
|\| | | |
| * | | | Fix a wrong register read for the mapped channel maskpx4dev2013-02-241-9/+10
* | | | | Merge branch 'master' of github.com:PX4/Firmware into px4io-i2c-memory-squeezeLorenz Meier2013-02-242-84/+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
* | | Extended PX4IO status dumppx4dev2013-02-241-8/+93
* | | Fixed formatting of status printingLorenz Meier2013-02-241-1/+3
* | | Fix it here, too.px4dev2013-02-241-1/+1
* | | No, really fix it this time.px4dev2013-02-241-1/+1
* | | Fix search-and-replace error.px4dev2013-02-241-1/+1