added dcd_dma_descriptor_t typdef

reorganize test project, multiple test projects each is specifically for an MCU
This commit is contained in:
hathach
2013-06-05 11:23:41 +07:00
parent 6fb34f0e7a
commit f69fefefa9
45 changed files with 190 additions and 89 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
language: c
compiler:
- gcc
script: cd tests/ && mkdir build && rake test:all
script: cd tests/test && rake test:all && cd ../lpc175x_6x && rake test:all