aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
Commit message (Expand)AuthorAgeFilesLines
* Ensure that numerator / demoninator <= 1.Simon Wilks2013-03-211-1/+1
* Merge pull request #225 from PX4/sign_fixLorenz Meier2013-03-171-0/+4
|\
| * Fix signs for fixed wing control, issue resulted from consistently flipped pi...Lorenz Meier2013-03-161-0/+4
* | IO board now disarms when FMU reboots when manual override is not an optionJulian Oes2013-03-151-4/+5
* | Convert HIL and FMU drivers to the new multirate PWM interface.px4dev2013-03-121-4/+4
* | Changes for multi-rate PWM output; default and alternate rates. ioctl protoco...px4dev2013-03-123-27/+81
|/
* Refactored debug level into proper register, px4io status now correctly reads...Lorenz Meier2013-03-093-8/+11
* adding missing includeThomas Gubler2013-03-091-0/+1
* Merge branch 'px4io-i2c' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-03-096-47/+107
|\
| * Added minimum set of IO MAVLink text messages, report critical errors such as...Lorenz Meier2013-03-071-2/+6
| * Working on restart resilience, hunting down multi-load mixer issue (still pre...Lorenz Meier2013-03-072-3/+20
| * Fixed wrong commentLorenz Meier2013-03-071-2/+3
| * Fixed throttle scaling issue, harmonized FMU and IO RC scaling codeLorenz Meier2013-03-071-3/+4
| * Fixed minor scaling issue, throttle range still halfLorenz Meier2013-03-071-2/+2
| * Merge branch 'px4io-i2c-throttle' of https://github.com/sjwilks/Firmware into...Lorenz Meier2013-03-072-9/+1
| |\
| | * 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
| |/
| * Correct RC config sanity checking and report back when RC config errors occur.Simon Wilks2013-03-065-21/+55
* | Add missing mixer ok check in override mode, clear FMU lost alarm when settin...Lorenz Meier2013-03-091-2/+4
|/
* Removed bound checking assertionsLorenz Meier2013-02-251-3/+0
* Corrected assertion rangeLorenz Meier2013-02-251-2/+2
* 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
* If we have seen control input from FMU, update the FMU_OK status flag.px4dev2013-02-241-1/+5
* Don't mask out the enable bit when accepting R/C input config updates.px4dev2013-02-241-2/+2
* Use hrt_elapsed_time() in cases where we can't be sure the timestamp won't ch...px4dev2013-02-244-6/+6
* Simplify the PX4IO main loop to cut down on memory consumption.px4dev2013-02-244-243/+203
* Merge branch 'master' of github.com:PX4/Firmware into px4io-i2cLorenz Meier2013-02-231-0/+1
|\
| * Hotfix: Add support for 9-channel Spektrum/DSM setups.px4dev2013-02-221-0/+1
* | Out of memory warning, flash and RAM optimizationsLorenz Meier2013-02-235-80/+31
* | Switched to debug statement which is more efficient regarding stack usage, on...Lorenz Meier2013-02-201-5/+5
* | px4io: fixed signals for lower latency PWM outputAndrew Tridgell2013-02-191-9/+15
* | px4io: added INAIR_RESTART enable/disable flagsAndrew Tridgell2013-02-182-1/+3
* | Merged, removed unneeded lineAndrew Tridgell2013-02-173-9/+48
* | Merge branch 'px4io-i2c' into px4io-i2c-nuttxLorenz Meier2013-02-173-8/+19
|\ \
| * | Finished and tested in-air restore of arming state, as long as both boards re...Lorenz Meier2013-02-173-8/+19
* | | 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-172-24/+33
|\| |
| * | Allow to in-air restore the FMU and IO arming state if only one of the two failsLorenz Meier2013-02-172-24/+33
* | | MergedLorenz Meier2013-02-173-5/+6
|\ \ \ | |/ / |/| / | |/
| * Assorted compile fixes.px4dev2013-02-062-3/+3
| * lib_lowprintf -> lowsyslogpx4dev2013-02-061-2/+2
| * Strip some debuggingpx4dev2013-01-191-1/+0
* | Merged debuglevel command from TridgeAndrew Tridgell2013-02-173-0/+7
* | More outputAndrew Tridgell2013-02-171-1/+3
* | Slightly adjusted battery voltage measurement after calibration against B&K P...Lorenz Meier2013-02-161-1/+1
* | 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-133-18/+9