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

Revision:
11:19009be5a0e7
Parent:
10:3a46c1e383a4
Child:
12:1dfee7208043
--- a/ChangeLog.c	Fri Mar 11 13:47:23 2011 +0000
+++ b/ChangeLog.c	Sun Mar 13 12:46:55 2011 +0000
@@ -1,11 +1,14 @@
 /* $Id:$
 
-1.6 - 10 Mar 2011
+1.7 - 13 Mar 2011
 
-    * Chaned example2.cpp to read 3 AD inputs rather than two. 
-      I did this to support this issue:-
-      http://mbed.org/forum/mbed/topic/1798/?page=1#comment-9973
+    * Remove the test at the beginning of the channel setup.
     
+1.6 - 8 Mar 2011
+      
+    * Fixed a typo bug. Reported by Wim van der Vegt
+      http://mbed.org/forum/mbed/topic/1798/?page=1#comment-9845
+      
 1.5 - 5 Feb 2011
 
     * Found a bug in the NXP library that I had copied over.