aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'FW_control' of https://github.com/dougweibel/Firmware into fw_c...Thomas Gubler2012-10-308-14/+274
|\
| * Work in process - beginning of navigation/position control implementation. C...Doug Weibel2012-10-302-10/+156
| * Merge branch 'master' of https://github.com/PX4/Firmware into FW_controlDoug Weibel2012-10-296-4/+118
| |\
| | * Calibration improvementLorenz Meier2012-10-294-2/+79
| | * Hardened the EEPROM attach routine for param storageLorenz Meier2012-10-292-2/+39
* | | Corrected some bugs, thanks to Doug for spotting themThomas Gubler2012-10-293-7/+4
|/ /
* | added a very simple altitude controller for testingThomas Gubler2012-10-281-12/+37
* | fw control: added Dougs horizontal navigation controllerThomas Gubler2012-10-284-48/+92
* | moved elevator (-1) multipliction, ultimately this has to go into the mixerThomas Gubler2012-10-282-4/+4
* | roll compensation and default paramter values, pitch value has a sign errorThomas Gubler2012-10-282-11/+16
* | reverting my workaround in mavlink orb_listener so that the fix of Lorenz is ...Thomas Gubler2012-10-281-2/+1
* | Merge remote-tracking branch 'origin/master' into fw_controlThomas Gubler2012-10-2815-145/+546
|\|
| * Added missing event typeLorenz Meier2012-10-281-0/+1
| * Remove reboot() API, replace with a prototype for up_systemreset() which is p...px4dev2012-10-276-42/+12
| * Turn off C++ constructor debug messages.px4dev2012-10-271-3/+0
| * Get us a bit closer to having c++ static constructors working.px4dev2012-10-272-1/+155
| * Remove an annoying message.px4dev2012-10-271-1/+0
| * Build fix due to missing include.px4dev2012-10-271-0/+2
| * Minor board.h changes.px4dev2012-10-273-9/+10
| * Hoist the GPIO driver out and integrate it with the px4fmu driver. Move thes...px4dev2012-10-275-93/+370
* | fw control: moved and renamed parameters, attitude: roll and pitch workingThomas Gubler2012-10-284-68/+142
* | fw control: attitude, added pid elementsThomas Gubler2012-10-284-24/+19
* | fw control: fixed parameter reloading, disabled old fw control appThomas Gubler2012-10-272-2/+2
* | changed headersThomas Gubler2012-10-274-4/+6
* | small temporary bugfix/workaround in mavlink uorb listenerThomas Gubler2012-10-271-2/+5
* | Merge branch 'master' of https://github.com/PX4/Firmware into fw_controlThomas Gubler2012-10-26127-3524/+4215
|\|
| * 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