aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware
Commit message (Expand)AuthorAgeFilesLines
* IOv1/v2: CXX initLorenz Meier2015-03-051-2/+1
* IOv1/v2: board initLorenz Meier2015-03-051-20/+29
* Added Support for C++ static initializers for all boards. Including compile t...David Sidrane2015-03-051-0/+11
* Brought lowsyslog usage up to current APIDavid Sidrane2015-03-051-1/+1
* SBUS on IO: Use new debug APILorenz Meier2015-03-051-3/+1
* PX4IO: Update syslog APILorenz Meier2015-03-051-3/+3
* IO firmware: Make error checking more obviousLorenz Meier2015-01-211-3/+6
* Fixed compilationAnton Matosov2015-01-051-2/+2
* Fixed compilation of tests target in clean checkoutAnton Matosov2015-01-051-7/+1
* Removed extension for multi_tables to not affect its usersAnton Matosov2015-01-051-1/+10
* IO firmware: Change to inttypes headerLorenz Meier2014-12-201-1/+1
* PX4IO firmware: Add required include.Lorenz Meier2014-12-201-0/+2
* px4io: only check SAFETY_OFF for allowing RC config changes and rebootAndrew Tridgell2014-11-261-10/+3
* Allow IO safety off system handling as long as the total system is not liveLorenz Meier2014-11-221-8/+13
* Update mixing handling to allow IO safety off updatesLorenz Meier2014-11-221-10/+10
* Merge pull request #1420 from PX4/rctypeLorenz Meier2014-11-171-1/+8
|\
| * Correct setting of DSM and ST24 flagsDon Gagne2014-11-161-1/+6
| * Initialize RSSI so it doesn't remain uninitializedDon Gagne2014-11-051-0/+2
* | px4io: added OVERRIDE_IMMEDIATE arming flagAndrew Tridgell2014-11-163-1/+12
* | Breathe animation, led solid on armingLorenz Meier2014-11-162-3/+13
* | Let it breathe strongerLorenz Meier2014-11-161-1/+1
* | Let it breatheLorenz Meier2014-11-161-3/+16
* | First stab at animationLorenz Meier2014-11-161-1/+39
* | Cleaned up sbus output frame initialisation.Daniel Shiels2014-11-101-7/+2
* | Code style cleanup.Daniel Shiels2014-11-101-6/+7
* | sbus1 output. Cleaned up. Safer bounds checking.Daniel Shiels2014-11-081-19/+26
* | First attempt at sbus1 output.Daniel Shiels2014-11-081-3/+34
* | Build fixLorenz Meier2014-11-021-0/+4
* | Configure led ring and enable heartbeat on itLorenz Meier2014-11-022-0/+3
|/
* drivers: allow forcing the safety switch onAndrew Tridgell2014-10-302-0/+7
* Autoformatting (reviewed) IO sbus handler. No functionality changes.Lorenz Meier2014-10-291-22/+33
* Enable flaps, avoid mode switch positionLorenz Meier2014-10-164-16/+8
* Enable flaps in manual overrideLorenz Meier2014-10-151-3/+11
* IO firmware hot fix: Use right pointer type for RSSI value.Lorenz Meier2014-10-091-2/+2
* Fix parser return type handlingLorenz Meier2014-10-071-4/+3
* PX4IO firmware: Fix commentLorenz Meier2014-10-071-1/+1
* PX4IO Controls: compile fixesLorenz Meier2014-10-071-9/+10
* ST24 integration in IO firmwareLorenz Meier2014-10-074-32/+54
* Merge branch 'master' of github.com:PX4/Firmware into st24Lorenz Meier2014-09-273-24/+60
|\
| * Introduce FMU initialised status flag, only run failsafe trap if initialized ...Lorenz Meier2014-08-282-32/+36
| * Make sure we got to valid input at least once before kicking in failsafeLorenz Meier2014-08-281-1/+6
| * Do not enter RC override if FMU is lost and termination failsafe mode requestedLorenz Meier2014-08-271-1/+3
| * IO firmware supports termination failsafeLorenz Meier2014-08-273-3/+28
* | Compile and link ST24 parser in IO firmwareLorenz Meier2014-09-012-3/+27
|/
* Ignore single channels during PWM outputHolger Steinhaus2014-08-261-1/+3
* Rely on theoretical value, as the closed-loop test with multimeter suggests t...Lorenz Meier2014-07-211-1/+1
* Cross-check with nominal values from dividerLorenz Meier2014-07-211-2/+4
* Fix comment, missing brace in commentLorenz Meier2014-07-211-1/+1
* Fit IO voltage estimation using a new dataset, cross-validated with a second ...Lorenz Meier2014-07-211-18/+5
* Support force fail in valid filterLorenz Meier2014-07-191-1/+2