tinyusb/.travis.yml
hathach f69fefefa9 added dcd_dma_descriptor_t typdef
reorganize test project, multiple test projects each is specifically for an MCU
2013-06-05 11:23:41 +07:00

5 lines
108 B
YAML

language: c
compiler:
- gcc
script: cd tests/test && rake test:all && cd ../lpc175x_6x && rake test:all