aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Simplified magnetometer calibration routineJulian Oes2012-09-252-136/+51
* write all params to EEPROM for now (workaround to prevent standard values bei...Julian Oes2012-09-251-3/+9
* auto save after calibration (however the rest is reset to stock)Julian Oes2012-09-251-1/+47
* fix to set device for ardrone interfaceJulian Oes2012-09-241-6/+20
* Merge pull request #30 from julianoes/gps_fixLorenz Meier2012-09-209-198/+232
|\
| * forgot to remove some rprintfsJulian Oes2012-09-201-9/+9
| * workaround in nuttx to allow for more than 6 arguments when starting an app (...Julian Oes2012-09-201-3/+5
| * gps starting and stopping should be working correctly now, ubx not continuing...Julian Oes2012-09-208-90/+148
| * the gps_thread_should_exit flag is now static again, hope it works like thisJulian Oes2012-09-202-8/+7
| * fixed stacktrace which happened in configure_gps_ubx(int *fd) because of faul...Julian Oes2012-09-196-133/+108
* | Merge from upstream NuttXpx4dev2012-09-192-1/+8
|\ \ | |/ |/|
| * webserver update from Katepatacongo2012-09-181-20/+38
| * Add default file name if URL is a directory, giving index.html behavior. Fro...patacongo2012-09-183-9/+66
| * Cosmetic updates to the ENC28J60 driverpatacongo2012-09-181-0/+1
| * Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-183-200/+123
| * Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-173-13/+80
| * Add option for single connection web server. From Kate.patacongo2012-09-173-2/+77
| * Resync new repository with old repo r5166patacongo2012-09-17575-0/+111168
* Minor style and documentation cleanupsLorenz Meier2012-09-192-21/+16
* Minor cleanups in fixed wing controlLorenz Meier2012-09-193-170/+73
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-189-64/+423
|\
| * gtnaegeli2012-09-182-8/+8
* | SD log WIP, currently logs everything to one packetLorenz Meier2012-09-171-56/+114
* | Merge branch 'master' of github.com:PX4/Firmware into ardrone_tuningLorenz Meier2012-09-1789-530/+536
|\|
| * A system command that knows how to reflash the bootloader on the PX4FMU.px4dev2012-09-162-0/+216
| * Adjust to changes in the work queue API.px4dev2012-09-142-31/+35
| * Merge branch 'NuttX/master'px4dev2012-09-1485-526/+312
| |\
| | * Some ENC28J60-related fixespatacongo2012-09-142-0/+2
| | * Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-1417-4/+1685
| | * Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-132-2/+3
| | * Remove executable property from source and make filespatacongo2012-09-1323-0/+0
| | * Email address change in apps/patacongo2012-09-13102-462/+462
| | * USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-13133-269/+269
| | * Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-1324-24/+27
| | * Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-122-8/+15
| | * Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-127-87/+99
| | * Network discover utility from Max Holtzbergpatacongo2012-09-1214-4/+1038
| | * Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-5/+5
| | * AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-116-11/+204
| | * The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-2/+125
| | * More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-102-2/+17
| | * Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-084-28/+52
| | * Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-3/+4
| | * More Shenzhou board logicpatacongo2012-09-082-3/+8
| | * LPC17xx Kconfig looks goodpatacongo2012-09-051-0/+29
| | * Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-054-10/+54
| | * Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+1
| | * Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+2
| | * Syntax error in last apps/netutils/webserver/Kconfigpatacongo2012-09-041-2/+2
| | * Enhancements to the uIP web server from Katepatacongo2012-09-047-33/+261