summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_spi.c
Commit message (Expand)AuthorAgeFilesLines
* If CONFIG_STM32_DMACAPABLE is defined, use stm32_dmacapable to workaround att...Gregory Nutt2013-06-041-19/+36
* Add support for STM32 F427/437 chips. From Mike Smithpatacongo2013-04-011-2/+192
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-281-8/+15
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-2/+2
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+4
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-10/+41
* Resync new repository with old repo r5166patacongo2012-09-171-13/+18
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-18/+33
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-2/+31
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-0/+6
* Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo2012-03-151-7/+41
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-171-5/+3
* SAM3U SPI debug changespatacongo2011-10-071-1/+1
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-201-0/+0
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-18/+8
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-3/+10
* Correct STM32 SPI3 bug reported by Urospatacongo2011-03-061-1/+1
* Add cmddata method to the SPI interfacepatacongo2010-12-031-0/+9
* Update locking in lm3s SPI driverpatacongo2010-05-151-7/+34
* In progress changes for OLED display workpatacongo2010-05-151-1/+15
* Fixes for recent header file reorganizationpatacongo2009-12-291-1/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-84/+87
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-120/+164
* Need to set SSM and SSI to prevent MODF errorspatacongo2009-10-181-4/+4
* Wait conditions backwardpatacongo2009-10-181-7/+7
* SPI DMA design simplificationpatacongo2009-10-171-275/+26
* Completes 1st cut of SPI DMApatacongo2009-10-171-94/+532
* A little more SPI DMA support (still incomplete)patacongo2009-10-161-33/+190
* Hooks for SPI DMA support (incomplete)patacongo2009-10-161-5/+40
* First cut at DMA codepatacongo2009-10-161-1/+1
* Fix warningpatacongo2009-10-151-1/+2
* Fix SPI compilation errorspatacongo2009-10-151-36/+81
* Add basic SPI driver (untested)patacongo2009-10-151-0/+836