MODDMA GPDMA Controller New features: transfer pins to memory buffer under periodic timer control and send double buffers to DAC

Dependents:   FirstTest WaveSim IO-dma-memmem DACDMAfuncgenlib ... more

Committer:
AjK
Date:
Tue Nov 23 21:34:21 2010 +0000
Revision:
6:40d38be4bb59
Parent:
5:c39b22fa0c60
Child:
7:347110c7aefc
1.3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AjK 0:c409efd8df78 1 /* $Id:$
AjK 0:c409efd8df78 2
AjK 6:40d38be4bb59 3 1.3 - 23/10/2010
AjK 6:40d38be4bb59 4
AjK 6:40d38be4bb59 5 * Added the LLI class wrapper.
AjK 6:40d38be4bb59 6 * Added checking channel's LLI for non-null before auto-disable
AjK 6:40d38be4bb59 7 of a channel with the ISR.
AjK 6:40d38be4bb59 8 * Tested with MODSERIAL which is now natively MODDMA "aware".
AjK 6:40d38be4bb59 9 MODSERIAL can now, using MODDMA, send blocks of bytes out
AjK 6:40d38be4bb59 10 of it's TX port under DMA control.
AjK 6:40d38be4bb59 11
AjK 5:c39b22fa0c60 12 1.2 - 23/10/2010
AjK 5:c39b22fa0c60 13
AjK 5:c39b22fa0c60 14 * Improved the IRQ callback attachment API to make
AjK 5:c39b22fa0c60 15 easier attachments when creating configurations.
AjK 5:c39b22fa0c60 16
AjK 4:67f327b9278e 17 1.1 - 23/10/2010
AjK 0:c409efd8df78 18
AjK 4:67f327b9278e 19 * Tidied up example1.cpp
AjK 4:67f327b9278e 20 * Removed some unneeded methoids that cause compiler errs.
AjK 4:67f327b9278e 21
AjK 3:f61c089ca882 22 1.0 - 23/11/2010
AjK 0:c409efd8df78 23
AjK 0:c409efd8df78 24 * First release
AjK 0:c409efd8df78 25
AjK 0:c409efd8df78 26 */