summaryrefslogtreecommitdiff
path: root/src/common/tusb_txbuf.c
AgeCommit message (Collapse)Author
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
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.
2019-01-04Split out txbuf and add unit test.Scott Shawcroft