From: Keith Packard Date: Fri, 16 Jan 2015 09:09:26 +0000 (+1300) Subject: altos/lpc: Double buffer USB data transfers X-Git-Tag: 1.6~33 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=9fac8b639d2142c90eb95771cda1f6559e987db2;hp=9fac8b639d2142c90eb95771cda1f6559e987db2;p=fw%2Faltos altos/lpc: Double buffer USB data transfers This allocates twice the space in the USB memory so that transactions can be double buffered without using separate CPU memory. Signed-off-by: Keith Packard Conflicts: src/lpc/ao_usb_lpc.c ---