-
- Downloads
Make a new general RingBuffer.h misc library driver, instead of the...
Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size. Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
Showing
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- LUFA/Common/Common.h 12 additions, 2 deletionsLUFA/Common/Common.h
- LUFA/Drivers/Misc/RingBuffer.h 254 additions, 211 deletionsLUFA/Drivers/Misc/RingBuffer.h
- LUFA/ManPages/ChangeLog.txt 3 additions, 0 deletionsLUFA/ManPages/ChangeLog.txt
- LUFA/ManPages/FutureChanges.txt 0 additions, 1 deletionLUFA/ManPages/FutureChanges.txt
- Projects/Benito/Benito.c 5 additions, 2 deletionsProjects/Benito/Benito.c
- Projects/Benito/Benito.h 1 addition, 1 deletionProjects/Benito/Benito.h
- Projects/Benito/makefile 1 addition, 0 deletionsProjects/Benito/makefile
- Projects/Incomplete/StandaloneProgrammer/makefile 2 additions, 0 deletionsProjects/Incomplete/StandaloneProgrammer/makefile
- Projects/LEDNotifier/makefile 1 addition, 0 deletionsProjects/LEDNotifier/makefile
- Projects/MIDIToneGenerator/makefile 1 addition, 0 deletionsProjects/MIDIToneGenerator/makefile
- Projects/Magstripe/makefile 1 addition, 0 deletionsProjects/Magstripe/makefile
- Projects/MissileLauncher/makefile 1 addition, 0 deletionsProjects/MissileLauncher/makefile
- Projects/RelayBoard/makefile 1 addition, 0 deletionsProjects/RelayBoard/makefile
- Projects/USBtoSerial/Lib/LightweightRingBuff.h 0 additions, 211 deletionsProjects/USBtoSerial/Lib/LightweightRingBuff.h
- Projects/USBtoSerial/USBtoSerial.c 10 additions, 3 deletionsProjects/USBtoSerial/USBtoSerial.c
- Projects/USBtoSerial/USBtoSerial.h 1 addition, 2 deletionsProjects/USBtoSerial/USBtoSerial.h
- Projects/USBtoSerial/makefile 1 addition, 0 deletionsProjects/USBtoSerial/makefile
- Projects/XPLAINBridge/Lib/LightweightRingBuff.h 0 additions, 211 deletionsProjects/XPLAINBridge/Lib/LightweightRingBuff.h
- Projects/XPLAINBridge/Lib/SoftUART.h 0 additions, 1 deletionProjects/XPLAINBridge/Lib/SoftUART.h
Loading
Please register or sign in to comment