summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2019-01-08 14:10:40 -0800
committerScott Shawcroft <[email protected]>2019-01-08 14:10:40 -0800
commit52abbec7c5568f1ef4d6d5a0420fdd414efd192d (patch)
tree5675befdfa5bd513e2403b7255932a391f25f61e /.travis.yml
parent7016d7fa54b40268ac6315602bc9bf465c1b99e4 (diff)
Remove txbuf in favor of fifo.
Fifo incurs a second copy into a USB buffer but this ensures the correct USB buffer alignment. Some LPC chips require 64 byte alignment that txbuf couldn't do.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 90e8801da..1d804dd85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,3 @@ before_script:
script:
- make -j2 -C examples/device/cdc_msc_hid BOARD=metro_m0_express
- make -j2 -C examples/device/cdc_msc_hid BOARD=metro_m4_express
- - cd tests/common && make