Make configurable the i2s word size to play, using cfg macros.
[bertos.git] / bertos / cpu / cortex-m3 / drv / i2s_sam3.c
2011-09-19 asterixMake configurable the i2s word size to play, using...
2011-09-19 asterixImplement receving streaming i2s functions. Use bits...
2011-09-16 asterixClean code, use macros instead global variable.
2011-09-16 asterixClean up and reformart.
2011-09-16 asterixUse strobe macros. Clean up and reformat.
2011-09-16 asterixImplement i2s streaming using dmac for sam3x.
2011-09-13 asterixFix i2s configurations. Reorder code. Clean up.
2011-09-09 asterixImplement streaming function using dmac linked descriptor.
2011-09-07 asterixDisable the trasmitter and reciver to activate it after...
2011-07-21 asterixEnable the receiver.
2011-07-21 asterixAdd i2s implementation for the sam3x.
2011-07-15 asterixClean up and write the first implementation of i2s...
2011-07-14 asterixAdd first implentatio of ssc module for sam3x.