aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Avoid a possible issue where an interrupt can intervene at a critical point, ...px4dev2012-09-141-0/+9
* Avoid a race where up_putc can leave the driver in an inconsistent state (tho...px4dev2012-09-141-10/+14
* Fix receive DMA for the console device. Now maybe MAVLink will work better.px4dev2012-09-071-0/+7
* Merge with trunk NuttXpx4dev2012-09-021-144/+281
|\
| * Add USB host support to the STM32F4Discovery boardpatacongo2012-08-291-1/+1
| * I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-281-31/+51
| * Slightly improved delay logic for the USB hostpatacongo2012-08-281-18/+30
| * This appears to fix the NAK-issues for IN data transfers. Still an issue wit...patacongo2012-08-281-141/+246
* | Merge branch 'NuttX/master'px4dev2012-08-281-55/+113
|\|
| * Some STM32 USB OTG FS driver fixespatacongo2012-08-271-3/+18
| * Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-271-52/+95
| * Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-17/+4
| * More patches/bugfixes from Katepatacongo2012-08-261-0/+20
* | Merge branch 'master' of github.com:PX4/Firmware into px4dev_new_driver_wipLorenz Meier2012-08-2713-2734/+4310
|\ \
| * | Merge branch 'NuttX/master'px4dev2012-08-2613-2734/+4310
| |\|
| | * Prep for 6.21 releasepatacongo2012-08-252-1/+58
| | * Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-242-23/+49
| | * 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-221-164/+181
| | * Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-212-15/+35
| | * 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 clean STM32 USB host driver buildpatacongo2012-08-202-103/+138
| | * STM32 USB host driver is code compelte (but untested)patacongo2012-08-201-127/+178
| | * Progress on STM32 OTG FS host driverpatacongo2012-08-202-229/+838
| | * 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-175-15/+76
| | * Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
| | * A little more STM32 USB host logicpatacongo2012-08-151-1/+21
| | * Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-155-3/+40
* | | Add locking to the I2C bus reset API to prevent pre-emption and conflict when...px4dev2012-08-221-6/+22
* | | Add an interface to the STM32 I2C driver that provides a way to reset the dri...px4dev2012-08-221-279/+190
|/ /
* | Drop these; they should not have been added.px4dev2012-08-1728-5491/+0
* | Merge branch 'NuttX/master' from git-svn-id: https://nuttx.svn.sourceforge.n...px4dev2012-08-142-15/+12
|\|
| * Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-18/+33
| * Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-1/+1
* | Avoid reinitializing a SPI bus once it's been set up the first time.px4dev2012-08-131-18/+36
* | Merge branch 'NuttX/master'px4dev2012-08-1118-105/+333
|\|
| * Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-102-4/+4
| * Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-102-0/+2
| * STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-104-6/+60
| * Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1010-62/+234
| * STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-085-41/+41
| * Add a USB0 device header file for LPC43patacongo2012-08-072-3/+99
| * Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-072-0/+2670
| * STM32 PM updatepatacongo2012-08-032-4/+4