first workable version

Dependencies:   LPC1768_DMA mbed

The test have been created to verify m2m and m2p. In the m2m test, it copy data from source address to destination address using dma. In the m2p test, it send the data from memory to UART via dma. The test is to test the HAL level API. Once the user side API created, more test will be added. I currently only test the m2m and m2p case. It is appreciated if anyone want to test other types and peripherals using the API I created.

Changes

RevisionDateWhoCommit message
2:322a046a24ab 2014-08-21 steniu01 m default tip
1:f9696488edfa 2014-08-21 steniu01 first workable version
0:da18b3e74c8c 2014-08-21 steniu01 first workable vesion