aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* [work in progess]roll attitude and roll rate loop worksThomas Gubler2012-10-215-8/+196
* [work in progess] added pos control skeletonThomas Gubler2012-10-216-29/+297
* Started implementing fw controller according to controller layout of the ASL ...Thomas Gubler2012-10-214-0/+486
* 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
* Teach top how to precisely determine stack usage.px4dev2012-10-141-3/+22
* Merge branch 'master' of https://github.com/PX4/Firmwarepx4dev2012-10-132-9/+10
|\
| * Disable rate control, disable offset estimationLorenz Meier2012-10-132-9/+10
* | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-1325-466/+856
|\ \ | |/ |/|
| * You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-126-23/+208
| * Several bugfixes, mostly from Darcy Gongpatacongo2012-10-063-8/+12
| * Fix some W25 driver errorspatacongo2012-10-043-3/+55
| * Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-0433-286/+346
| * Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-042-2/+9
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-043-3/+3
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0329-554/+560
| * Prep for 6.22 Releasepatacongo2012-09-291-2/+2
| * Prep for NxWidgets 1.3 releasepatacongo2012-09-291-1/+3
| * Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-282-2/+11
| * Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-272-0/+5
* | Remove obsolete warning.px4dev2012-10-111-1/+1
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-1011-121/+365
|\ \
| * | Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-096-13/+294
| * | Sensor rate and throttle inversion fixesLorenz Meier2012-10-093-106/+30
| * | Don't treat end-of-document-structure as an error.px4dev2012-10-081-1/+3
| * | Merge branch 'master' of github.com:PX4/Firmware into tobiLorenz Meier2012-10-081-1/+36
| |\ \
| | * | Add a 'secret' subcommand to bl_update that manipulates the option bits to ch...px4dev2012-10-061-1/+36
| * | | Fixed GPS lost issue, fixed accel scale initialization, fixed code style in r...Lorenz Meier2012-10-083-7/+8
| * | | Merge branch 'master' of https://github.com/tnaegeli/Firmware into tobiLorenz Meier2012-10-045-75/+28
| |\ \ \ | | |/ / | |/| |
| * | | Back out testing changes that are a bit too much ahead of time for masterLorenz Meier2012-10-042-13/+13
* | | | working offboardtnaegeli2012-10-096-62/+78
* | | | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-049-236/+568
|\| | | | |/ / |/| |
| * | Added controller parameters, added vicon position readingLorenz Meier2012-10-046-9/+262
| * | Cleaned up / simplified position control, attacking pos control implementatio...Lorenz Meier2012-10-044-230/+309
* | | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-046-137/+86
|\| |
| * | Fixed inner yaw rate loopLorenz Meier2012-10-044-137/+85
* | | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-0414-16/+22
|\| |
| * | Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-0314-15/+21
| * | Just a test commit. No content other than a test comment.Doug Weibel2012-10-031-1/+1
* | | fixed Rate controllertnaegeli2012-10-043-56/+61
* | | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-039-257/+516
|\| |
| * | Moved from raw gyro to estimated angular rate from EKF for rate controlLorenz Meier2012-10-031-9/+10
| * | Exposed measurement noise covariance and process noise covariance as MAVLink ...Lorenz Meier2012-10-034-189/+381
| * | Commit finished attitude estim cleanupLorenz Meier2012-10-032-0/+8
| * | Clean 250 Hz updates in filter, partial updates enabledLorenz Meier2012-10-034-21/+82
| * | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-10-033-5/+5
| |\ \
| * | | Simplified pos estimator, ready for testsLorenz Meier2012-10-023-94/+91