summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34/sam_spi.c
Commit message (Expand)AuthorAgeFilesLines
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Cosmetic update to comments and README filesGregory Nutt2014-04-241-22/+19
* SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI dri...Gregory Nutt2014-03-261-34/+97
* SAM3/4: Fix debug logic in DMAC that was causing the loss of interruptsGregory Nutt2014-03-141-1/+1
* SAM3/4 DMA fixes in general for SPI DMA in particularGregory Nutt2014-03-141-4/+4
* SAM3/4: Integrate the SPI DMA interface with the existing code. Does not ye...Gregory Nutt2014-03-131-34/+34
* SAM4E-EK: Add support for the SAM4E-EK AT25 serial flashGregory Nutt2014-03-131-1/+1
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-172/+1055
* Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chipsGregory Nutt2014-02-221-1/+1
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-051-0/+20
* SAMA5: SPI driver now supports both SPI0 and SPI1Gregory Nutt2013-08-041-1/+5
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-2/+2
* Review and update of SAM3/4 header files and conditional logic for SAM3X/A su...Gregory Nutt2013-06-271-4/+9
* Add peripheral configuration logic for the SAM3X/3A; Change all references to...Gregory Nutt2013-06-261-25/+25
* Fix test of NULL pointer in the SAM3/4 SPI driverGregory Nutt2013-06-181-3/+8
* SAM3/4 SPI phase control (CPHA) is invertedGregory Nutt2013-06-181-8/+16
* Corrections to the Kinetis TSI header file from Alan Carvalho de AssisGregory Nutt2013-06-181-1/+2
* SAM3U-EK: Correct polarity of the PENIRQ signalGregory Nutt2013-06-161-5/+5
* Re-architected SAM3/4 SPI interface; Change BUSY bit handling in the ADS7843E...Gregory Nutt2013-06-161-91/+100
* Fix error in AT91SAM SPI driver introduced in recent comment. Varioius impro...Gregory Nutt2013-06-131-0/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+1
* Changes for a clean build of configs/sam4s-xplainedGregory Nutt2013-06-111-2/+2
* SAM3U/4L changes to hide differences by clocking in those MCUsGregory Nutt2013-06-081-13/+20
* Rename sam3u/ architecture directories to sam34/ to include the SAM4LGregory Nutt2013-06-021-0/+950