aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated / bugfixed MAVLinkLorenz Meier2012-09-1422-343/+1206
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-148-47/+206
|\
| * Avoid a possible issue where an interrupt can intervene at a critical point, ...px4dev2012-09-141-0/+9
| * Avoid a race where up_putc can leave the driver in an inconsistent state (tho...px4dev2012-09-141-10/+14
| * A simple file write performance testpx4dev2012-09-133-0/+78
| * Fixed mavlink timestamps, fixed SD logger, ready for flight testsLorenz Meier2012-09-133-37/+105
* | Better log rate balancingLorenz Meier2012-09-141-3/+3
* | Logging rate changes,Lorenz Meier2012-09-142-6/+7
|/
* Send back fake RC in HIL if getting joystick inputsLorenz Meier2012-09-131-0/+42
* Quite flyable stateLorenz Meier2012-09-124-5/+5
* Fixed index in loadingLorenz Meier2012-09-121-2/+2
* Committing WIPLorenz Meier2012-09-121-5/+8
* Merge branch 'rc_cleanup' of github.com:PX4/Firmware into gpsLorenz Meier2012-09-121-1/+5
|\
| * Compute the channel bound once before the loop runs.px4dev2012-09-121-1/+5
* | Re-enabled scaling for rollLorenz Meier2012-09-121-1/+1
|/
* Commented defconfig changesLorenz Meier2012-09-121-0/+2
* Increased stack sizes, this fixes the board not booting with a ROMFS mount me...Lorenz Meier2012-09-121-2/+2
* Deamonized GPS app, fixed GPS issues, reworking RC inputLorenz Meier2012-09-125-13/+127
* Working on correct RC outputs without magic numbersLorenz Meier2012-09-121-3/+9
* Added ground estimator, fixed RC calibrationLorenz Meier2012-09-124-19/+186
* fixed up RC inputs, removed magic numbers, added dead zones, needs testingLorenz Meier2012-09-122-11/+43
* Got rid of a bunch of magic numbers, manual controls can now be set up fine-g...Lorenz Meier2012-09-114-13/+43
* Fixed calibration routines to ignore previous offsets during calibration, add...Lorenz Meier2012-09-113-38/+155
* Comment fixes and polishingLorenz Meier2012-09-101-5/+7
* Rewrote SD logging app, simpler, but effective. Pending testingLorenz Meier2012-09-1011-955/+258
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-109-39/+42
|\
| * Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-102-1/+1
| |\
| | * Rename the example PX4FMU startup script to avoid what seems to be a filename...px4dev2012-09-102-1/+1
| * | Tuned filter gains, still suboptimal, but improvedLorenz Meier2012-09-101-6/+6
| |/
| * Some fixes for getopt_longpx4dev2012-09-103-14/+17
| * Be a bit quieter and more forgiving about various system configuration and dr...px4dev2012-09-102-15/+8
| * Include the example PX4FMU quad startup script in the ROMFS for folks to play...px4dev2012-09-101-0/+1
| * Avoid trying to adjust the port timeout once it's open; Windows apparently do...px4dev2012-09-091-4/+10
* | correctly hooked up setpoints in fixed wing control app, pending validationLorenz Meier2012-09-101-12/+6
* | Deleted old cruftLorenz Meier2012-09-104-166/+0
|/
* Fixed HIL enabling, renamed failsafe to better term "lockdown", made sure HIL...Lorenz Meier2012-09-104-10/+22
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-092-16/+64
|\
| * Change the EEPROM read/write timeout behavior so that we can get actual error...px4dev2012-09-091-9/+30
| * Rework the 'eeprom erase' path so it's possible to erase an EEPROM that can't...px4dev2012-09-092-15/+42
* | Limited Z-compensation much stronger to prevent throttle jumpsLorenz Meier2012-09-091-4/+4
|/
* Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt...px4dev2012-09-083-1/+543
* Added RC params, fixed attitude and position controlLorenz Meier2012-09-084-38/+61
* Removed old AR drone control stuff, outdated - replaced by multirotor_att and...Lorenz Meier2012-09-0714-2008/+0
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-09-0739-246/+512
|\
| * Fixed to mag measurement and filterLorenz Meier2012-09-073-23/+6
| * Fixed parameter-loading typo, fixed mavlink compile warningsardrone_flightLorenz Meier2012-09-072-3/+3
| * Fixed a & vs && bugLorenz Meier2012-09-071-3/+3
| * Made parameter error messages pickierLorenz Meier2012-09-071-3/+3
| * Sensor sending rate fixesLorenz Meier2012-09-072-5/+15
| * Fixed correct setting of field update flagLorenz Meier2012-09-071-27/+48