summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_spi.c
Commit message (Expand)AuthorAgeFilesLines
* 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