Commit Graph

1 Commits (376c213c882b9d593e266abbb03387017c839505)

Author SHA1 Message Date
Russ Butler 376c213c88 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-01-29 12:27:28 -06:00