aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HIL: only listen to first 8 actuator outputsThomas Gubler2013-12-241-2/+2
* Merge branch 'master' of github.com:PX4/Firmware into control_groupsLorenz Meier2013-12-222-9/+38
|\
| * Merge pull request #556 from PX4/ppm_parsingLorenz Meier2013-12-222-9/+38
| |\
| | * PPM channel count detection is now using a more paranoid approach.Lorenz Meier2013-12-202-9/+38
* | | Enable 18 channels on IOLorenz Meier2013-12-221-1/+1
* | | Support 18 channels correctly on FMULorenz Meier2013-12-225-12/+27
* | | Fix usage of wrong constant for RC input channelsLorenz Meier2013-12-221-10/+12
* | | Fixed compile errorLorenz Meier2013-12-211-2/+2
* | | Merged masterLorenz Meier2013-12-2152-932/+1703
|\| |
| * | Add tight RC testLorenz Meier2013-12-214-1/+150
| * | Counting channel count changesLorenz Meier2013-12-211-2/+11
| * | Fixed bracketing errorLorenz Meier2013-12-211-2/+5
| * | Allowed custom battery scaling on IOLorenz Meier2013-12-212-2/+16
| * | Added average as direct outputLorenz Meier2013-12-201-1/+2
| * | Added performance counter for write IOCTLLorenz Meier2013-12-201-1/+6
| * | Useful bits for high-rate loggingLorenz Meier2013-12-201-26/+41
| |/
| * Hotfix: Fixed mapping of override channelLorenz Meier2013-12-191-1/+6
| * Merge pull request #505 from PX4/rc_failsafeLorenz Meier2013-12-193-2/+34
| |\
| | * Merge branch 'master' into rc_failsafeAnton Babushkin2013-11-048-24/+60
| | |\
| | * | sensors: code style fixedAnton Babushkin2013-11-011-0/+1
| | * | commander: bug fixed in failsafeAnton Babushkin2013-11-011-2/+2
| | * | sensors: support for Futaba RC failsafeAnton Babushkin2013-11-012-0/+31
| * | | mpu6000: disable interrupts during initial resetAndrew Tridgell2013-12-161-2/+11
| * | | PX4IO upgrade improvementLorenz Meier2013-12-161-33/+33
| * | | Cranking up bus speeds for all sensors to achievable 10.4 MHz, will cut the b...Lorenz Meier2013-12-154-4/+4
| * | | Further improved S.Bus scalingLorenz Meier2013-12-141-2/+2
| * | | Auto-update of IO firmware, shorter preflight check alarmLorenz Meier2013-12-142-2/+2
| * | | Allow forceupdate in all conditionsLorenz Meier2013-12-141-12/+12
| * | | Improved S.Bus scaling based on scope measurementsLorenz Meier2013-12-141-2/+2
| * | | First stab at implementing better RSSI based connection status estimation, st...Lorenz Meier2013-12-136-13/+33
| * | | Non-destructive handling of failsafe signals, distinction between frame loss ...Holger Steinhaus L2013-12-131-11/+20
| * | | more precise range conversion for SBus input signalsHolger Steinhaus L2013-12-131-2/+21
| * | | Merge pull request #535 from NosDE/masterLorenz Meier2013-12-131-48/+146
| |\ \ \
| | * | | motortest mode enhancedmarco2013-11-261-33/+46
| | * | | mkblctrl - hotfix for i2c scanmarco2013-11-221-1/+1
| | * | | mkblctrl scans now i2c3 and i2c1 bir connected esc'smarco2013-11-211-11/+69
| | * | | actuator effective removed - unusedmarco2013-11-191-15/+1
| | * | | mkblctrl set a default device / -d (device) parameter for alternate device ad...marco2013-11-181-23/+50
| * | | | Merge pull request #538 from thomasgubler/commander_localposLorenz Meier2013-12-131-3/+4
| |\ \ \ \
| | * | | | update the commander to only use local pos for landing detection when on rota...Thomas Gubler2013-11-261-3/+4
| * | | | | Merge pull request #541 from limhyon/masterLorenz Meier2013-12-1310-449/+349
| |\ \ \ \ \
| | * | | | | SO3 estimator code has been cleanedHyon Lim2013-11-298-134/+213
| | * | | | | SO(3) estimator and quaternion receive by mavlink implementedHyon Lim2013-11-293-314/+135
| | |/ / / /
| * | | | | Merge pull request #534 from thomasgubler/tecs_fix_comparisonLorenz Meier2013-12-131-1/+1
| |\ \ \ \ \
| | * | | | | tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| | |/ / / /
| * | | | | Merge pull request #536 from limhyon/patch-1Lorenz Meier2013-12-131-2/+2
| |\ \ \ \ \
| | * | | | | Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| | * | | | | Update fw_att_control_params.cHyon Lim2013-11-201-1/+1
| | |/ / / /
| * | | | | Merge pull request #542 from PX4/hil_fixesLorenz Meier2013-12-132-13/+9
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into hil_fixesAnton Babushkin2013-12-0724-325/+928
| | |\ \ \ \ \