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:
Fri Mar 11 13:47:23 2011 +0000
Revision:
10:3a46c1e383a4
Parent:
9:e7ecf909e834
Child:
11:19009be5a0e7
1.6 See ChangeLog

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AjK 0:c409efd8df78 1 /* $Id:$
AjK 0:c409efd8df78 2
AjK 10:3a46c1e383a4 3 1.6 - 10 Mar 2011
AjK 10:3a46c1e383a4 4
AjK 10:3a46c1e383a4 5 * Chaned example2.cpp to read 3 AD inputs rather than two.
AjK 10:3a46c1e383a4 6 I did this to support this issue:-
AjK 10:3a46c1e383a4 7 http://mbed.org/forum/mbed/topic/1798/?page=1#comment-9973
AjK 10:3a46c1e383a4 8
AjK 8:cb4d323ce6fd 9 1.5 - 5 Feb 2011
AjK 8:cb4d323ce6fd 10
AjK 8:cb4d323ce6fd 11 * Found a bug in the NXP library that I had copied over.
AjK 8:cb4d323ce6fd 12 http://mbed.org/forum/mbed/topic/1798
AjK 8:cb4d323ce6fd 13 * Added example2.cpp to support that forum thread.
AjK 8:cb4d323ce6fd 14
AjK 7:347110c7aefc 15 1.4 - 23/11/2010
AjK 7:347110c7aefc 16
AjK 7:347110c7aefc 17 * Added some extra overloaded methods to make calling certain
AjK 7:347110c7aefc 18 userland API methods simpler.
AjK 7:347110c7aefc 19
AjK 6:40d38be4bb59 20 1.3 - 23/10/2010
AjK 6:40d38be4bb59 21
AjK 6:40d38be4bb59 22 * Added the LLI class wrapper.
AjK 6:40d38be4bb59 23 * Added checking channel's LLI for non-null before auto-disable
AjK 6:40d38be4bb59 24 of a channel with the ISR.
AjK 6:40d38be4bb59 25 * Tested with MODSERIAL which is now natively MODDMA "aware".
AjK 6:40d38be4bb59 26 MODSERIAL can now, using MODDMA, send blocks of bytes out
AjK 6:40d38be4bb59 27 of it's TX port under DMA control.
AjK 6:40d38be4bb59 28
AjK 5:c39b22fa0c60 29 1.2 - 23/10/2010
AjK 5:c39b22fa0c60 30
AjK 5:c39b22fa0c60 31 * Improved the IRQ callback attachment API to make
AjK 5:c39b22fa0c60 32 easier attachments when creating configurations.
AjK 5:c39b22fa0c60 33
AjK 4:67f327b9278e 34 1.1 - 23/10/2010
AjK 0:c409efd8df78 35
AjK 4:67f327b9278e 36 * Tidied up example1.cpp
AjK 4:67f327b9278e 37 * Removed some unneeded methoids that cause compiler errs.
AjK 4:67f327b9278e 38
AjK 3:f61c089ca882 39 1.0 - 23/11/2010
AjK 0:c409efd8df78 40
AjK 0:c409efd8df78 41 * First release
AjK 0:c409efd8df78 42
AjK 0:c409efd8df78 43 */