aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pubsub_cleanupLorenz Meier2014-01-1422-225/+661
|\
| * Merge pull request #520 from PX4/batt_fixesLorenz Meier2014-01-1410-111/+161
| |\
| | * Battery: default parameters updatedAnton Babushkin2014-01-132-4/+3
| | * Merge branch 'master' into batt_fixesAnton Babushkin2014-01-1333-271/+1723
| | |\
| | * \ Merged origin/master into batt_fixesLorenz Meier2014-01-07152-2761/+8831
| | |\ \
| | * | | sensors: discharged current type changed to uint64Anton Babushkin2013-11-251-1/+1
| | * | | Merge branch 'master' into batt_fixesAnton Babushkin2013-11-119-21/+62
| | |\ \ \
| | * | | | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-116-68/+57
| | * | | | sensors: minor cleanup, bugs fixed, use unsigned long for discharged integrat...Anton Babushkin2013-11-102-28/+34
| | * | | | mavlink battery current scale fixAnton Babushkin2013-11-101-1/+1
| | * | | | sdlog2: BATT message bug fixedAnton Babushkin2013-11-101-0/+1
| | * | | | sdlog2: BATT message format fixedAnton Babushkin2013-11-091-1/+1
| | * | | | Fix mavlink battery remaining scaleAnton Babushkin2013-11-091-1/+1
| | * | | | Use discharged current to estimate remaining battery charge if capacity is knownAnton Babushkin2013-11-084-21/+32
| | * | | | sdlog2: log all low-level battery parameters in BATT messageAnton Babushkin2013-11-082-6/+29
| | * | | | sensors: fixed bug discharged battery currentAnton Babushkin2013-11-081-1/+1
| | * | | | Workaround to compile on FMUv1.Anton Babushkin2013-11-071-0/+1
| | * | | | Battery current reading implemented.Anton Babushkin2013-11-072-11/+31
| * | | | | Eliminated magic numberLorenz Meier2014-01-141-1/+1
| * | | | | Added MTD erase commandAndrew Tridgell2014-01-141-1/+30
| * | | | | Merge branch 'master' into mtd_multiLorenz Meier2014-01-136-40/+288
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Parameter documentation improvementsLorenz Meier2014-01-135-33/+279
| | * | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2014-01-131-7/+9
| | |\ \ \ \
| | | * | | | Added missing file close on test commandLorenz Meier2014-01-121-7/+9
| * | | | | | More param command related improvementsLorenz Meier2014-01-123-10/+21
| * | | | | | Fixed rcS typoLorenz Meier2014-01-121-1/+1
| * | | | | | Compile / bugfixes on MTD commandline toolLorenz Meier2014-01-121-4/+1
| * | | | | | Enabled MTD partitions, successfully tested paramsLorenz Meier2014-01-125-33/+74
| * | | | | | Merge branch 'mtd' into mtd_multiLorenz Meier2014-01-121-3/+30
| |\ \ \ \ \ \
| | * | | | | | Support for better param printingLorenz Meier2014-01-121-3/+30
| | |/ / / / /
| * / / / / / Added support for N MTD / ramtron partitions / filesLorenz Meier2014-01-121-46/+79
| |/ / / / /
* | | | | | Fixed bogus return value of publication blocking disableLorenz Meier2014-01-141-3/+2
* | | | | | Fixed two typos identified by kroimonLorenz Meier2014-01-142-2/+2
* | | | | | Header for publication disableLorenz Meier2014-01-121-0/+62
* | | | | | Support for publication blocking: MS5611, cleaned up device startLorenz Meier2014-01-121-12/+21
* | | | | | Support for publication blocking: MPU6000, cleaned up device startLorenz Meier2014-01-121-20/+26
* | | | | | Support for publication blocking: LSM303D, cleaned up device startLorenz Meier2014-01-121-30/+34
* | | | | | Support for publication blocking: L3GD20(H)Lorenz Meier2014-01-121-9/+14
* | | | | | Support for publication blocking: HMC5883Lorenz Meier2014-01-121-18/+19
* | | | | | BMA180 does not publish if disabledLorenz Meier2014-01-121-2/+3
* | | | | | Airspeed does not publish if disabledLorenz Meier2014-01-124-10/+36
* | | | | | Framework to support disabling publications via IOCTLLorenz Meier2014-01-123-3/+14
* | | | | | Support disabling GPS output via IOCTL, general cleanup of author and copyrig...Lorenz Meier2014-01-128-32/+53
* | | | | | System disables all driver publications it can get hold of once entering HILLorenz Meier2014-01-121-0/+31
|/ / / / /
* | | | | Added mtd toolLorenz Meier2014-01-112-0/+2
* | | | | RGB led cleanupLorenz Meier2014-01-111-3/+9
* | | | | HIL cleanupLorenz Meier2014-01-111-4/+5
* | | | | Added MTD adapter driverLorenz Meier2014-01-112-0/+222
* | | | | Added support for byte MTDLorenz Meier2014-01-111-1/+1
|/ / / /
* | | | Merge pull request #588 from thomasgubler/fake_gpsLorenz Meier2014-01-101-75/+119
|\ \ \ \