summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-131-5/+15
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-104-17/+70
* More progress on the Wildfire STM32 portpatacongo2012-09-091-3/+30
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+6
* Changes to get a clean compile with the Kconfig Shenzhou board. Still some l...patacongo2012-09-083-86/+114
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-20/+49
* More info for the Shenzhou board configurationpatacongo2012-09-072-8/+22
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-2/+2
* If serial DMA enabled, re-initialize serial consolepatacongo2012-09-072-1/+25
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-052-28/+55
* Add configuration for the LM3Spatacongo2012-09-051-16/+15
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-98/+2
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-196/+4
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-18/+18
* Changes to Kconfig and matching defconfig filespatacongo2012-09-044-82/+82
* Back out the last STM32 SDIO DMA change. It is incorrectpatacongo2012-09-041-43/+4
* Oops... bits in region mask are invertedpatacongo2012-09-043-3/+3
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-044-6/+72
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* 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
* 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
* Prep for 6.21 releasenuttx-6.21patacongo2012-08-252-1/+58
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-22/+42
* 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-211-9/+29
* 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
* 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
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-18/+33
* 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-109-61/+227
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-085-41/+41
* STM32 PM updatepatacongo2012-08-032-4/+4
* Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo2012-08-025-4/+107