From: Dean Camera Date: Sun, 26 Dec 2010 13:01:37 +0000 (+0000) Subject: Make a new general RingBuffer.h misc library driver, instead of the per-application... X-Git-Tag: LUFA-110528-BETA~126 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/39ac72f2d12a9c62b2e876de4eee6c34a864ff74?hp=39ac72f2d12a9c62b2e876de4eee6c34a864ff74 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. ---