aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-192-360/+1
* Clean out old drivers we're not using anymore.px4dev2012-10-1911-2334/+1
* Switch to the standard 'verbose' build option. Use a better way of passing op...px4dev2012-10-152-12/+5
* Switch from -Os to -O3. This generates *much* faster code, although at a ~50...px4dev2012-10-151-1/+1
* 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-1358-801/+2541
|\ \ | |/ |/|
| * You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-126-23/+208
| * Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1214-56/+402
| * Another dtoa() fix from Mike Smithpatacongo2012-10-119-94/+121
| * Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1024-5/+134
| * More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-105-18/+131
| * Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
| * Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-10178-186/+493
| * Disable R_ARM_REL32 logicpatacongo2012-10-102-0/+10
| * Add support for the R_ARM_REL32 relocationpatacongo2012-10-102-91/+146
| * Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1094-94/+94
| * Updates for new web sitepatacongo2012-10-087-20/+47
| * Fix a recurring, cloned typopatacongo2012-10-0673-159/+159
| * All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-0693-207/+606
| * Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-0624-1626/+2662
| * Several bugfixes, mostly from Darcy Gongpatacongo2012-10-065-112/+129
| * Eliminate a warningpatacongo2012-10-061-0/+8
| * More changes for buildroot EABI toolchainpatacongo2012-10-067-9/+30
| * configs/shenzhou will now use the 4.6.3 buildroot EABI toolchainpatacongo2012-10-054-8/+13
| * Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-05199-833/+1372
| * Fix some W25 driver errorspatacongo2012-10-049-39/+84
| * Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-04208-2464/+2527
| * Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-047-6/+43
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0414-83/+209
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0330-555/+561
| * Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-2911-6/+385
| * Prep for 6.22 Releasepatacongo2012-09-294-516/+675
| * Prep for NxWidgets 1.3 releasepatacongo2012-09-294-3/+23
| * Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-297-118/+143
| * Put Shenzhou NxWM config on a dietpatacongo2012-09-283-60/+31
| * Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-289-36/+159
| * Fix ID tagging in ADS7843/XPT2046 touchscreen driverpatacongo2012-09-271-1/+1
| * Fix STM32 SPI3 remap logicpatacongo2012-09-275-8/+8
| * STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-2716-86/+554
| * Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-276-2/+60
* | Remove obsolete warning.px4dev2012-10-111-1/+1
* | Quick hack to print floating-point numbers that are powers of 10 less wrongly.px4dev2012-10-111-2/+9
* | Merge branch 'master' of https://github.com/PX4/Firmwaretnaegeli2012-10-1016-125/+380
|\ \
| * | Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-0910-15/+307