Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
16 results

LUFA.pnproj

  • Dean Camera's avatar
    39ac72f2
    Make a new general RingBuffer.h misc library driver, instead of the... · 39ac72f2
    Dean Camera authored
    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.
    39ac72f2
    History
    Make a new general RingBuffer.h misc library driver, instead of the...
    Dean Camera authored
    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.