Replace ring buffer library in Benito and USBtoSerial projects with the new lightweig...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 26 May 2010 13:26:10 +0000 (13:26 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 26 May 2010 13:26:10 +0000 (13:26 +0000)
commit8d993afc5388c5f3d0ff568c607f7fed6bb7390e
tree6ac1c5a0ca4a7c72bd4ca2ed2e137d9c0549da30
parent885170f5b456116d7c40570c36342193a30ed886
Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability.
16 files changed:
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
Projects/Benito/Benito.c
Projects/Benito/Benito.h
Projects/Benito/Lib/LightweightRingBuff.h [new file with mode: 0644]
Projects/Benito/Lib/RingBuff.c [deleted file]
Projects/Benito/Lib/RingBuff.h [deleted file]
Projects/Benito/makefile
Projects/USBtoSerial/Lib/LightweightRingBuff.h [new file with mode: 0644]
Projects/USBtoSerial/Lib/RingBuff.c [deleted file]
Projects/USBtoSerial/Lib/RingBuff.h [deleted file]
Projects/USBtoSerial/USBtoSerial.c
Projects/USBtoSerial/USBtoSerial.h
Projects/USBtoSerial/makefile
Projects/XPLAINBridge/Lib/SoftUART.c
Projects/XPLAINBridge/XPLAINBridge.c