implement LPC1768 GPDMA API

Dependents:   LPC1768_DMA_implementation

Currently, only LPC1768 HAL level API have been implemented. You can also find the test code to test the m2p and m2m here http://mbed.org/users/steniu01/code/LPC1768_DMA_implementation/. The target is to implement the user side platform agnostic API to make it more easily to use DMA.

There are still quite a few things undone (list in priority order):

1. Implement user side API to provide platform agnostic user friendly API

2. Tidy up the codes and add more comments

3. Create more test cases

4. Fully test the codes using mbed sdk automated test suits

5. Implement LLI

History

first workable version default tip

2014-08-21, by steniu01 [Thu, 21 Aug 2014 00:03:00 +0000] rev 1

first workable version


first version

2014-08-14, by steniu01 [Thu, 14 Aug 2014 01:58:45 +0000] rev 0

first version