aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make the Olimex stm32 p107 clock configuratin the standard for connectivity l...patacongo2012-09-228-310/+33
| * Correct Shenzhou LED controlspatacongo2012-09-226-76/+101
| * Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-216-13/+71
* | Merge pull request #30 from julianoes/gps_fixLorenz Meier2012-09-201-0/+2
|\ \
| * | workaround in nuttx to allow for more than 6 arguments when starting an app (...Julian Oes2012-09-201-0/+2
* | | Merge from upstream NuttXpx4dev2012-09-191-1/+1
|\ \ \ | |/ / |/| / | |/
| * Add support so that the W25 FLASH can be used with both the Shenzhou and Fire...patacongo2012-09-192-2/+66
| * Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-18181-4922/+0
| * Upate some pathes for the new NuttX repositorypatacongo2012-09-1735-40/+36
| * Resync new repository with old repo r5166patacongo2012-09-17139-204/+578
| * Resync new repository with old repo r5166patacongo2012-09-171692-0/+296252
* Reworking control infrastructure for inner rate loop, preparing offboard inte...Lorenz Meier2012-09-181-1/+1
|\
| * gtnaegeli2012-09-181-2/+2
|/
* It's mostly harmless, so turn on the bootloader update tool.px4dev2012-09-161-0/+1
* Enable the low-priority work queue; we're going to want to use it.px4dev2012-09-141-32/+46
* Merge branch 'NuttX/master'px4dev2012-09-143-12/+54
|\
| * Some ENC28J60-related fixespatacongo2012-09-143-11/+11
| * Fix ENC28J60 chip enable issuepatacongo2012-09-143-52/+85
| * Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-143-3/+3
| * Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-148-4/+1151
| * Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-1327-136/+226
| * Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-0/+1
| * Remove executable property from source and make filespatacongo2012-09-13102-0/+0
| * Email address change in nuttx/patacongo2012-09-13683-4502/+4502
| * Email address change in apps/patacongo2012-09-131-0/+6
| * Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-124-0/+1161
| * Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-123-5/+10
| * Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-125-6/+24
| * Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-113-86/+25
| * Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-1113-140/+87
| * The M3 Wildfire port is code complete and ready for testpatacongo2012-09-106-13/+1155