altos/stmf0: Add faster USB path
authorKeith Packard <keithp@keithp.com>
Tue, 27 Jan 2015 06:12:40 +0000 (22:12 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Jan 2015 06:12:40 +0000 (22:12 -0800)
This adds a way to allocate private USB buffers for sending data
without needing to copy it again. It requires ensuring that all
accesses are 16 bits aligned to 16 bit boundaries.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found