aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* 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-151-12/+4
* Switch from -Os to -O3. This generates *much* faster code, although at a ~50...px4dev2012-10-151-1/+1
* Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-10-134-14/+15
|\
| * Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1213-56/+398
| * Another dtoa() fix from Mike Smithpatacongo2012-10-117-92/+111
| * Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1022-2/+130
| * Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-10174-177/+273
| * Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1094-94/+94
| * 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
| * More changes for buildroot EABI toolchainpatacongo2012-10-063-3/+20
| * configs/shenzhou will now use the 4.6.3 buildroot EABI toolchainpatacongo2012-10-053-8/+8
| * Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-05154-447/+447
| * Fix some W25 driver errorspatacongo2012-10-043-13/+13
| * Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-04171-2176/+2176
| * Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-043-3/+30
| * Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-049-67/+195
| * Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-293-5/+14
| * Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-295-43/+58
| * Put Shenzhou NxWM config on a dietpatacongo2012-09-282-60/+27
| * Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-283-21/+37
| * Fix STM32 SPI3 remap logicpatacongo2012-09-272-6/+3
| * STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-273-1/+26
* | Split the parameter load/save commands out of the 'eeprom' command, since tha...px4dev2012-10-091-0/+1
* | Cleaned up / simplified position control, attacking pos control implementatio...Lorenz Meier2012-10-041-0/+1
* | Go back to the FIFO scheduler for now, as we don't have time to shake out the...px4dev2012-10-031-1/+1
* | Reverted different UART assignmentLorenz Meier2012-10-021-2/+2
* | Merge branch 'master' of https://github.com/tnaegeli/Firmware into task_spawnLorenz Meier2012-10-011-2/+2
|\ \
| * | EKFtnaegeli2012-10-011-2/+2
* | | Merge branch 'update_rate' of https://github.com/sjwilks/Firmware into ardroneLorenz Meier2012-09-291-1/+1
|\ \ \
| * | | Use the update rate parameter provided and not the default.Simon Wilks2012-09-241-1/+1
| |/ /
* | | Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-09-271-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-272-5/+70
| * Shenzhou schematic is wrong: LCD WR signal is on PB14, not PD14patacongo2012-09-264-11/+21
| * Shenzhou board has an SSD1289 LCD, not ILI93xxpatacongo2012-09-266-73/+217
| * Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-264-24/+47
| * Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-253-0/+1492
| * Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-252-2/+73
| * Port STM3240G-EVAL ILI93xx driver to Shenzhou boardpatacongo2012-09-256-34/+2157
| * Beginning of an Shenshou NxWM configurationpatacongo2012-09-2521-19/+265
| * Completes a bit-banging driver for the SSD1289 LCD on the Shenzhou boardpatacongo2012-09-243-101/+235
| * Add framework for SSD1289 LCD on Shenzhoupatacongo2012-09-244-26/+462
| * Corrections for SD card on Shenzhou boardpatacongo2012-09-246-20/+30
| * Fixes STM32F107 DMA issuepatacongo2012-09-244-8/+8
| * Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-231-1/+1
| * Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-0/+28
| * STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-223-16/+23
| * Shenzhou board uses RMII PHY interface, not MIIpatacongo2012-09-223-12/+15