aboutsummaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2012-08-311-2/+4
|\
| * Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-2/+4
* | Adding led appLorenz Meier2012-08-311-0/+1
|/
* Something approximating a driver for the L3GD20px4dev2012-08-291-1/+1
* enable the bma180 and l3gd20 driverspx4dev2012-08-291-0/+2
* Disable a possibly-bogus assertion that is bringing us a lot of grief right ...px4dev2012-08-281-1/+1
* Merge branch 'NuttX/master'px4dev2012-08-2811-150/+416
|\
| * Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-285-90/+246
| * Some STM32 USB OTG FS driver fixespatacongo2012-08-2710-11/+28
| * Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-272-52/+103
| * Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-27190-17/+230
| * More patches/bugfixes from Katepatacongo2012-08-264-4/+32
* | Adjust PPM input timing to deal with FrSky's fairly sloppy CPPM implementationpx4dev2012-08-272-6/+6
* | Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_driver_wipLorenz Meier2012-08-2738-3765/+4833
|\ \
| * | Because kconfig can't do arithmetic.px4dev2012-08-262-2/+2
| * | Pull configurations into line with current NuttX layout.px4dev2012-08-266-179/+149
| * | Play with kconfig a bit. Not ready for use yet.px4dev2012-08-262-689/+40
| * | Merge branch 'NuttX/master'px4dev2012-08-2631-2898/+4645
| |\|
| | * waitpid(): Move some logic inside of a critical sectionpatacongo2012-08-262-1/+4
| | * Fix some list handling associated with priority inheritancepatacongo2012-08-267-75/+99
| | * Prep for 6.21 releasepatacongo2012-08-255-208/+670
| | * Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-245-77/+120
| | * Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-23188-2657/+2657
| | * STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo2012-08-231-8/+21
| | * Fixes several STM32 USB OTG FS host MSC write transferspatacongo2012-08-231-135/+251
| | * STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo2012-08-221-135/+134
| | * STM32 USB OTG FS host driver update (almost done)patacongo2012-08-225-165/+187
| | * PM updatepatacongo2012-08-221-18/+39
| | * Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-218-27/+56
| | * Several bug fixes for STM32 OTG FS host driverpatacongo2012-08-212-242/+226
| | * Early STM32 USB OTF FS host debug changespatacongo2012-08-201-45/+58
| | * Changes for good auto-configuration of Micropendous3 boardpatacongo2012-08-202-9/+9
| | * Changes for clean STM32 USB host driver buildpatacongo2012-08-2011-140/+309
| | * STM32 USB host driver is code compelte (but untested)patacongo2012-08-202-129/+180
| | * CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-20171-836/+467
| | * Progress on STM32 OTG FS host driverpatacongo2012-08-207-229/+854
| | * Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo2012-08-184-124/+42
| | * STM32 USB host driver updatepatacongo2012-08-182-44/+967
| | * More STM32 USB host logicpatacongo2012-08-172-539/+923
| | * Remove 'sudo' from Makefilespatacongo2012-08-172-2/+2
| | * Auto-configuration updates from Richard Cochranpatacongo2012-08-178-22/+85
| | * Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
| | * mkconfig now calculates DRAM_END if not providedpatacongo2012-08-163-4/+13
| | * A little more STM32 USB host logicpatacongo2012-08-154-11/+127
| | * Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-1512-38/+195
* | | We aren't using counting semaphores with multiple holders, and enabling this ...px4dev2012-08-261-1/+1
* | | Defconfig tweak that might? be required.px4dev2012-08-251-1/+1
* | | Improved param load / store text feedback, ported sensors app to new driver m...Lorenz Meier2012-08-251-2/+2
* | | Kicked out mix_and_link, deleted old MPU driver, disabled (still needed for r...Lorenz Meier2012-08-246-610/+17
* | | Turn off the stock AT24xx EEPROM driver; we are going to use our own.px4dev2012-08-231-1/+4