summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_ssc.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is co...Gregory Nutt2015-03-121-8/+7
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-181-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* SAMA5 SSC: Verify that the requested bit width is supported. Correct some al...Gregory Nutt2014-08-021-13/+113
* SAMA5 SSC: Start Delay is now configurableGregory Nutt2014-08-011-54/+86
* SAMA5 SSC: Frame Synch Delay is now configurableGregory Nutt2014-08-011-57/+194
* SAMA5D SSC: Needs to account for data offset in audio buffer.Gregory Nutt2014-07-311-8/+13
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-261-2/+2
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-201-6/+37
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-191-4/+20
* Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetr...Gregory Nutt2014-06-291-13/+14
* SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the...Gregory Nutt2014-06-291-12/+9
* SAMA5 SSC: If running from SDRAM, BOARD_MCK_FREQUENCY is not a constant and c...Gregory Nutt2014-04-161-26/+47
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* SAMA5 NAND: Can't DMA using DMAC1. Add lots of NAND DMA debug instrumentationGregory Nutt2013-12-021-1/+1
* SAMA SSC: Add bufffer dump debug instrumentationGregory Nutt2013-11-121-9/+23
* SAMA5 SSC: Fix DMA data width: 16 not 32 bitsGregory Nutt2013-11-121-10/+127
* SAMA5: Fix issues with RX synchGregory Nutt2013-11-121-16/+51
* SAMA5 SSC: With these changes, the TX DMA works. But nothing is received fr...Gregory Nutt2013-11-121-10/+11
* SAMA5 SSC: Fix an error in the DMA timeout calculationGregory Nutt2013-11-121-12/+24
* SAMA4 SSC: Additional DEBUG instrumentationGregory Nutt2013-11-121-218/+288
* Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver wit...Gregory Nutt2013-11-111-26/+26
* Support for the Atmel SAM4E family. From MitkoGregory Nutt2013-11-111-1/+1
* SAMA5 I2S: Need to update the count of valid bytes at the conclusion of the ...Gregory Nutt2013-11-101-4/+22
* I2S simplifed audio buffer queuingGregory Nutt2013-11-101-55/+68
* Small but important typo in the last commitGregory Nutt2013-11-101-6/+2
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file fro...Gregory Nutt2013-11-101-1/+28
* Add an I2S character driver. This driver is only intended to support I2S tes...Gregory Nutt2013-11-101-51/+55
* SAMA5 I2S: Try to chain as many DMAs together as possibleGregory Nutt2013-11-091-70/+144
* SAMA5 I2S: Fix compile errors when all debug options enabledGregory Nutt2013-11-091-14/+33
* SAMA5 I2S: Driver is code complete, untested and subject to some rethinkingGregory Nutt2013-11-091-276/+773
* SAMA5 I2S: Improved I2S bufferingGregory Nutt2013-11-081-84/+794
* SAMA5 SSC: Updated I2S driverGregory Nutt2013-11-081-167/+685
* SAMA5 SSC: Mostly cosmetic name changesGregory Nutt2013-11-071-179/+194
* SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driverGregory Nutt2013-11-071-0/+1052