summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/stm32
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Add configuration for the LM3Spatacongo1-16/+15
2012-09-05Add Kconfig settings for the LPC17xxpatacongo1-98/+2
2012-09-05Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo1-196/+4
2012-09-04Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo1-18/+18
2012-09-04Changes to Kconfig and matching defconfig filespatacongo4-82/+82
2012-09-04Back out the last STM32 SDIO DMA change. It is incorrectpatacongo1-43/+4
2012-09-04Oops... bits in region mask are invertedpatacongo3-3/+3
2012-09-04STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo4-6/+72
2012-09-04Add support for multiple work queuespatacongo1-1/+1
2012-08-29Add USB host support to the STM32F4Discovery boardpatacongo1-1/+1
2012-08-28I think the STM32 UST OTG FS host driver is finally finishedpatacongo1-31/+51
2012-08-28Slightly improved delay logic for the USB hostpatacongo1-18/+30
2012-08-28This appears to fix the NAK-issues for IN data transfers. Still an issue wit...patacongo1-141/+246
2012-08-27Some STM32 USB OTG FS driver fixespatacongo1-3/+18
2012-08-27Fix some NAK race conditions in control transfers (there are more)patacongo1-52/+95
2012-08-25Prep for 6.21 releasepatacongo2-1/+58
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo1-22/+42
2012-08-23STM32 OTG FS host driver: Fix some bad NAK handlingpatacongo1-8/+21
2012-08-23Fixes several STM32 USB OTG FS host MSC write transferspatacongo1-135/+251
2012-08-22STM32 USB OTG FS host driver -- updates for NAK and data toggle fixespatacongo1-135/+134
2012-08-22STM32 USB OTG FS host driver update (almost done)patacongo1-164/+181
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo1-9/+29
2012-08-21Several bug fixes for STM32 OTG FS host driverpatacongo2-242/+226
2012-08-20Early STM32 USB OTF FS host debug changespatacongo1-45/+58
2012-08-20Changes for clean STM32 USB host driver buildpatacongo2-103/+138
2012-08-20STM32 USB host driver is code compelte (but untested)patacongo1-127/+178
2012-08-20Progress on STM32 OTG FS host driverpatacongo2-229/+838
2012-08-18STM32 USB host driver updatepatacongo2-44/+967
2012-08-17More STM32 USB host logicpatacongo2-539/+923
2012-08-16Evolving STM32 USB host supportpatacongo5-950/+199
2012-08-15A little more STM32 USB host logicpatacongo1-1/+21
2012-08-15Some repartitioning of STM32 functionality to better support a USB host driverpatacongo5-3/+40
2012-08-14Revise recent changes to serial driver error handling: Errors other than EIN...patacongo1-18/+33
2012-08-10Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2-4/+4
2012-08-10Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2-0/+2
2012-08-10STM32 SDIO DMA setup was losing DMA prioritypatacongo4-6/+60
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo9-61/+227
2012-08-08STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo5-41/+41
2012-08-03STM32 PM updatepatacongo2-4/+4
2012-08-02Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo5-4/+107
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-1/+3
2012-07-29Add memccpy{}patacongo1-1/+2
2012-07-27STM32F4Discovery configuration clean-uppatacongo1-0/+2
2012-07-27PM updatepatacongo2-4/+4
2012-07-25Add PM support for the STM32F4Discovery -- still a work in progresspatacongo1-3/+3
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo1-2/+5
2012-07-24Ooops.. c_speed is now read-onlypatacongo1-2/+5
2012-07-24SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo4-53/+59
2012-07-24Remove BOTHERpatacongo1-21/+5
2012-07-23Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2-45/+139