aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Hoist the GPIO driver out and integrate it with the px4fmu driver. Move thes...px4dev2012-10-275-93/+370
* More compile fixesLorenz Meier2012-10-261-7/+1
* Build fix after cleanupLorenz Meier2012-10-261-2/+0
* Deleted old cruftLorenz Meier2012-10-2628-2937/+0
* Fixed automatic log conversion / plotting scriptLorenz Meier2012-10-251-3/+7
* Proper attitude initialization, finite check on attitude outputsLorenz Meier2012-10-251-3/+10
* Copying log analysis file directly to the SD card during loggingLorenz Meier2012-10-251-3/+51
* Final GPS state, not nice, but workingLorenz Meier2012-10-251-5/+5
* GPS tested and workingLorenz Meier2012-10-252-17/+21
* Merge branch 'master' of github.com:PX4/Firmware into gpsLorenz Meier2012-10-2489-579/+4026
|\
| * Separate config from implementation for the STM32 pwm servo driver.px4dev2012-10-243-57/+160
| * Major formatting/whitespace cleanuppx4dev2012-10-2350-848/+1150
| * Hoist the ADC and CAN board-specific pieces.px4dev2012-10-234-3/+286
| * Hoist the oard-specific USB pieces.px4dev2012-10-231-0/+108
| * Hoist SPI functions.px4dev2012-10-232-4/+154
| * Cleanup after moving the low-level PWM code.px4dev2012-10-231-2/+0
| * Fix a filenamepx4dev2012-10-231-0/+0
| * Tease the PWM driver out and fix some build issues after cleaning up behind t...px4dev2012-10-237-6/+457
| * Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-2350-41/+2093
* | Better U-Blox struct packingLorenz Meier2012-10-233-17/+19
|/
* System state updatesLorenz Meier2012-10-234-15/+134
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-235-0/+0
|\
| * Move the PX4IO driver into the drivers folder.px4dev2012-10-225-0/+0
* | Fixed mavlink app termination, terminates now cleanlyLorenz Meier2012-10-232-15/+18
|/
* mavlink cleanup, drop rate estimation is finally correctLorenz Meier2012-10-222-1/+3
* Accomodating for offboard control setupsLorenz Meier2012-10-224-41/+61
* Merged with fixed-wing stabilization work, multirotor control testedLorenz Meier2012-10-226-143/+381
|\
| * Add functions for computation of the distance and bearing to the nearest poin...Doug Weibel2012-10-212-10/+215
| * Merge branch 'master' of https://github.com/PX4/FirmwareDoug Weibel2012-10-2133-1070/+1221
| |\
| * \ Merge branch 'master' of https://github.com/PX4/FirmwareDoug Weibel2012-10-1318-262/+476
| |\ \
| * | | Change parameter names in FW control to fit within MAVLink parameter name siz...Doug Weibel2012-10-081-79/+81
| * | | This commit changes the inner loop control structures for fixed wing attitude...Doug Weibel2012-10-071-39/+121
| * | | Changes to the PID controller. Adds "limit" to the parameter set. Implement...Doug Weibel2012-10-073-58/+42
* | | | Switched to a more convenient audio tunestable_manual_flightLorenz Meier2012-10-221-8/+13
* | | | Resolved wrong TX drop displayLorenz Meier2012-10-223-1/+31
* | | | Merge branch 'master' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-225-2/+805
|\ \ \ \
| * | | | Function type fixpx4dev2012-10-211-1/+1
| * | | | Move the tone_alarm driver out of the NuttX configs area and add it as an stm...px4dev2012-10-215-2/+805
| | |_|/ | |/| |
* | | | Removed bogus time scalingsLorenz Meier2012-10-221-12/+10
* | | | Cleaned up calibration, added text messages ring bufferLorenz Meier2012-10-225-60/+163
* | | | Checkpoint: Working, but non-verified full mag calibrationLorenz Meier2012-10-214-133/+398
* | | | Merge branch 'master' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-217-601/+343
|\| | |
| * | | Fix stack allocation (now probably too large) for PX4IO debugging. Disable n...px4dev2012-10-201-8/+18
| * | | Make it possible to run fmu and px4io simultaneously with full control over b...px4dev2012-10-205-57/+121
| * | | Major rework of the PX4IO driver; pull it closer up to datepx4dev2012-10-191-237/+235
| * | | Fix an error messagepx4dev2012-10-191-1/+1
| * | | Retire old test cases for drivers that have been removed.px4dev2012-10-191-330/+0
* | | | Merge branch 'mavlink-cleanup' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-211-1/+1
|\ \ \ \
| * | | | remove bogus dt from att rateLorenz Meier2012-10-201-1/+1
* | | | | Merge branch 'daregger_rate_control' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-1912-107/+112
|\| | | |