summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/stm32/stm32_spi.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Revise recent changes to serial driver error handling: Errors other than EIN...patacongo1-18/+33
2012-08-10STM32 SDIO DMA setup was losing DMA prioritypatacongo1-2/+31
2012-04-22Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo1-0/+6
2012-03-15Updates to PIC32 USB stall logic -- still doesn't work rightpatacongo1-7/+41
2011-12-17Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo1-5/+3
2011-10-07SAM3U SPI debug changespatacongo1-1/+1
2011-08-20Add Uros' RCC actitivity counter to STM32 idle looppatacongo1-0/+0
2011-05-16Add initial CC1101 wireless logic from Urospatacongo1-18/+8
2011-03-06Add support for RAMTRON NVRAM devicespatacongo1-3/+10
2011-03-06Correct STM32 SPI3 bug reported by Urospatacongo1-1/+1
2010-12-03Add cmddata method to the SPI interfacepatacongo1-0/+9
2010-05-15Update locking in lm3s SPI driverpatacongo1-7/+34
2010-05-15In progress changes for OLED display workpatacongo1-1/+15
2009-12-29Fixes for recent header file reorganizationpatacongo1-1/+2
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-84/+87
2009-10-20Extend SPI interface to better handle multiple devices on same SPI buspatacongo1-120/+164
2009-10-18Need to set SSM and SSI to prevent MODF errorspatacongo1-4/+4
2009-10-18Wait conditions backwardpatacongo1-7/+7
2009-10-17SPI DMA design simplificationpatacongo1-275/+26
2009-10-17Completes 1st cut of SPI DMApatacongo1-94/+532
2009-10-16A little more SPI DMA support (still incomplete)patacongo1-33/+190
2009-10-16Hooks for SPI DMA support (incomplete)patacongo1-5/+40
2009-10-16First cut at DMA codepatacongo1-1/+1
2009-10-15Fix warningpatacongo1-1/+2
2009-10-15Fix SPI compilation errorspatacongo1-36/+81
2009-10-15Add basic SPI driver (untested)patacongo1-0/+836