summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-15 13:55:47 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-15 13:55:47 +0000
commit6229b2a7e7d2116908d14195ec909b83acdc7d92 (patch)
treeb4d843c3b7ea18a0357dfb5650dadb8757658345 /c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6229b2a7e7d2116908d14195ec909b83acdc7d92.tar.bz2
add MC_DMA support to MCF548x
Diffstat (limited to 'c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt')
-rw-r--r--c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt b/c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt
new file mode 100644
index 0000000000..12eb03cff9
--- /dev/null
+++ b/c/src/lib/libcpu/m68k/mcf548x/mcdma/ReleaseNotes.txt
@@ -0,0 +1,26 @@
+Multi-channel DMA API Release Notes
+
+Version 0.3
+
+* MCD_INCLUDE_EU functionality supported(microcode changes for all tasks
+except ethernet).
+* Fixed bug when using MCD_END_FRAME which would cause the DMA to transfer
+zero bytes and then complete.
+* Code cleanup.
+
+
+Version 0.2 (Slight Update)
+
+* Modified casts and task table implementations that were causing
+warnings (and even errors on certain compilers)
+* Cosmetic changes to clean up MCD_dmaApi.c and MCD_dma.h
+* Fixed table declarations so that MCD_tasks.c will compile if
+ MCD_INCLUDE_EU is defined (Note: EU functionality still not supported)
+
+Version 0.1 (Initial release)
+
+Alpha version
+MCD_INCLUDE_EU functionality not supported.
+MCD_INCLUDE_JBIG not supported.
+
+