Skip to content
Snippets Groups Projects
  1. Dec 26, 2010
    • Dean Camera's avatar
      Added basic driver example use code to the library documentation. · 2073b96d
      Dean Camera authored
      Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams.
      2073b96d
    • Dean Camera's avatar
      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
  2. Dec 25, 2010
  3. Dec 24, 2010
  4. Dec 17, 2010
  5. Dec 13, 2010
  6. Dec 12, 2010
  7. Dec 03, 2010
  8. Nov 27, 2010
  9. Nov 26, 2010
  10. Nov 25, 2010
  11. Nov 24, 2010
  12. Nov 23, 2010
  13. Nov 22, 2010
  14. Nov 21, 2010
  15. Nov 17, 2010
  16. Nov 16, 2010
  17. Nov 15, 2010
  18. Nov 14, 2010
  19. Nov 12, 2010
  20. Nov 10, 2010
  21. Nov 08, 2010
  22. Nov 07, 2010
  23. Nov 05, 2010
  24. Nov 03, 2010
  25. Nov 02, 2010
  26. Oct 28, 2010
  27. Oct 25, 2010
    • Dean Camera's avatar
      Add descriptor class, subclass and protocol constants to the class drivers,... · 55538dce
      Dean Camera authored
      Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible.
      
      Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos.
      
      Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
      55538dce
  28. Oct 24, 2010
  29. Oct 13, 2010
Loading