aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make in the comments explicit that we don’t do anything here under normal c...Lorenz Meier2014-01-241-2/+4
* Make the IO mixer upload report not only a global success / fail flag, but on...Lorenz Meier2014-01-241-7/+23
* Set timeouts back to short, now that we have multiple tries in the uploader. ...Lorenz Meier2014-01-241-1/+1
* Finally fix the timing race between the IO driver, IO uploader and the on-IO ...Lorenz Meier2014-01-241-2/+9
* Initialize null pointers correctly, always set the pointer to null after dele...Lorenz Meier2014-01-241-11/+28
* Make the protocol version more descriptive - helps to understand when / how p...Lorenz Meier2014-01-241-0/+6
* Disable PX4IO debug - spams console on comms failure. Each command does repor...Lorenz Meier2014-01-241-1/+1
* Disable debug in the airspeed sensor driver - prevents console spam if it fai...Lorenz Meier2014-01-241-1/+1
* px4io: improved reliability of forceupdate re-starting px4ioAndrew Tridgell2014-01-241-0/+6
* px4fmu: added PWM_SERVO_SET_COUNT APIAndrew Tridgell2014-01-232-1/+38
* hmc5883: much faster calibration code with bug fixesAndrew Tridgell2014-01-231-73/+87
* Added tune on IO upgrade errorLorenz Meier2014-01-231-0/+2
* Merge pull request #598 from PX4/rssiLorenz Meier2014-01-239-68/+118
|\
| * Fixed PPM warning to be only printed with PPM inputs enabledLorenz Meier2014-01-231-1/+1
| * Make SBUS switching conditional to be friendly to IO v1Lorenz Meier2014-01-231-0/+2
| * Merge branch 'rssi' of github.com:PX4/Firmware into rssiLorenz Meier2014-01-233-33/+29
| |\
| | * Fix the initialisation and operation of the PX4IO ADC - now RSSI and VSERVO v...px4dev2014-01-222-30/+26
| | * Clear the screen more properly.px4dev2014-01-221-3/+3
| * | Fixes to memory check handling, split out switch handling to allow separate i...Lorenz Meier2014-01-233-13/+37
| * | Last small fixes to IO driver to support updates with and without switch pres...Lorenz Meier2014-01-231-3/+1
| |/
| * Do not make PX4IO start mandatory for forceupdateLorenz Meier2014-01-231-9/+28
| * Cleanup wording in rcSLorenz Meier2014-01-231-1/+1
| * Build fix, replaced usleep with up_udelay in memory lockdown stateLorenz Meier2014-01-231-1/+1
| * Make startup less chattyLorenz Meier2014-01-231-1/+1
| * Enable the PX4IO self check and debug interfaces. No reason to disable them, ...Lorenz Meier2014-01-231-5/+1
| * Merge branch 'master' into rssiLorenz Meier2014-01-231-1/+2
| |\ | |/ |/|
* | Hotfix: Prevent failures in boot handling due to missing microSD card logfile...Lorenz Meier2014-01-231-1/+2
| * Merge branch 'master' of github.com:PX4/Firmware into rssiLorenz Meier2014-01-2348-2089/+1370
| |\ | |/ |/|
* | Added Doxygen main pageLorenz Meier2014-01-221-0/+9
* | Hotfix for CMSIS excludeLorenz Meier2014-01-221-1/+1
* | Merge pull request #584 from PX4/autostart_cleanupLorenz Meier2014-01-2044-1981/+1178
|\ \
| * | Merged master into loggingLorenz Meier2014-01-2044-1981/+1178
|/| |
| * | enable new autostart scripts for Rascal HIL and X5Thomas Gubler2014-01-192-62/+10
| * | rc: bug fixedAnton Babushkin2014-01-181-1/+1
| * | autostart: HIL and bad PX4IO fixesAnton Babushkin2014-01-181-79/+86
| * | rcS: HIL fixedAnton Babushkin2014-01-181-0/+2
| * | rcS: use mtd on FMUv1 tooAnton Babushkin2014-01-171-5/+2
| * | Autostart: use MIXER instead of FRAME_GEOMETRYAnton Babushkin2014-01-1518-182/+195
| * | Autostart 3DR Iris updatedAnton Babushkin2014-01-141-0/+7
| * | Merge branch 'master' into autostart_cleanupAnton Babushkin2014-01-1427-190/+866
| |\ \
| * | | fix small error in rc.fw_interfaceThomas Gubler2014-01-131-1/+1
| * | | rc.fw_interface: use mixer file from sd if it existsThomas Gubler2014-01-121-1/+11
| * | | update the skywalker x5 scriptThomas Gubler2014-01-121-50/+6
| * | | Autostart: tones cleanupAnton Babushkin2014-01-113-15/+30
| * | | Autostart: fixesAnton Babushkin2014-01-112-94/+146
| * | | Autostart: standalone FMUv1 setup fixedAnton Babushkin2014-01-111-1/+0
| * | | Autostart: mkblctrl mixer loading fixedAnton Babushkin2014-01-111-1/+7
| * | | Merge branch 'master' into autostart_cleanupAnton Babushkin2014-01-111-75/+119
| |\ \ \
| * | | | Autostart for fixed wing bug fixedAnton Babushkin2014-01-111-1/+1
| * | | | Autostart: some fixed wing setups addedAnton Babushkin2014-01-119-267/+145