mbed-os/usb/device/utilities
Russ Butler 4b609b6240 Add circular byte buffer using dynamic memory
Add the ByteBuffer class which is similar to the CircularBuffer class
but uses dynamic memory rather than template parameters and is
optimized for byte transfers. This is required for USBAudio which
needs a high performance circular buffer which can be resized at
runtime.
2019-02-22 10:53:17 -06:00
..
AsyncOp.cpp Refactor AsyncOp class 2019-02-22 10:53:15 -06:00
AsyncOp.h Refactor AsyncOp class 2019-02-22 10:53:15 -06:00
ByteBuffer.cpp Add circular byte buffer using dynamic memory 2019-02-22 10:53:17 -06:00
ByteBuffer.h Add circular byte buffer using dynamic memory 2019-02-22 10:53:17 -06:00
LinkEntry.h Add USB utility classes 2019-02-22 10:52:34 -06:00
LinkedList.h Add USB utility classes 2019-02-22 10:52:34 -06:00
LinkedListBase.cpp Add USB utility classes 2019-02-22 10:52:34 -06:00
LinkedListBase.h Add USB utility classes 2019-02-22 10:52:34 -06:00
OperationList.h Refactor AsyncOp class 2019-02-22 10:53:15 -06:00
OperationListBase.cpp Refactor AsyncOp class 2019-02-22 10:53:15 -06:00
OperationListBase.h Refactor AsyncOp class 2019-02-22 10:53:15 -06:00