Fork of Andy Kirkham's MODDMA GPDMA Controller for Mbed OS 6

Read MODDMA for more info.

ChangeLog.c

Committer:
AjK
Date:
2010-11-23
Revision:
6:40d38be4bb59
Parent:
5:c39b22fa0c60
Child:
7:347110c7aefc

File content as of revision 6:40d38be4bb59:

/* $Id:$

1.3 - 23/10/2010

    * Added the LLI class wrapper.
    * Added checking channel's LLI for non-null before auto-disable
      of a channel with the ISR.
    * Tested with MODSERIAL which is now natively MODDMA "aware".
      MODSERIAL can now, using MODDMA, send blocks of bytes out
      of it's TX port under DMA control.
        
1.2 - 23/10/2010

    * Improved the IRQ callback attachment API to make 
      easier attachments when creating configurations.
      
1.1 - 23/10/2010

    * Tidied up example1.cpp
    * Removed some unneeded methoids that cause compiler errs.
    
1.0 - 23/11/2010

    * First release

*/