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.
This commit is contained in:
Scott Shawcroft
2019-01-08 14:10:40 -08:00
parent 7016d7fa54
commit 52abbec7c5
7 changed files with 29 additions and 502 deletions
-1
View File
@@ -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