Skip to content
Snippets Groups Projects
  1. Jul 12, 2011
  2. Jun 29, 2011
  3. Jan 01, 2011
  4. Oct 28, 2010
  5. Oct 13, 2010
  6. Oct 12, 2010
  7. May 08, 2010
  8. Apr 28, 2010
  9. Jan 31, 2010
  10. Jan 28, 2010
  11. Jan 27, 2010
  12. Jan 25, 2010
  13. Jan 21, 2010
  14. Jan 19, 2010
  15. Jan 15, 2010
  16. Jan 12, 2010
  17. Dec 30, 2009
  18. Dec 28, 2009
  19. Nov 27, 2009
  20. Nov 26, 2009
  21. Nov 13, 2009
  22. Nov 07, 2009
  23. Nov 04, 2009
  24. Oct 08, 2009
  25. Sep 09, 2009
  26. Sep 06, 2009
    • Dean Camera's avatar
      Changed Still Image Host class driver to auto-fill TransactionID element of... · 064e6a2f
      Dean Camera authored
      Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state.
      
      CDC based demos and project now work under 64 bit versions of Windows (thanks to Ronny Hanson, Thomas Bleeker).
      
      The Benito Programmer project now has its own unique VID/PID pair allocated from the Atmel donated LUFA VID/PID pool.
      064e6a2f
  27. Sep 02, 2009
  28. Aug 31, 2009
  29. Aug 30, 2009
  30. Aug 11, 2009
  31. Aug 06, 2009
    • Dean Camera's avatar
      Make Endpoint control transfers more reliable; early-abort when an incomplete... · c830fcb0
      Dean Camera authored
      Make Endpoint control transfers more reliable; early-abort when an incomplete packet is sent from the host (indicating end of transfer), add check for control reads to ensure that no more than wLength bytes are read from the interface.
      
      Condense sequential printf_P/puts_P calls to single printf_P calls for size and clarity.
      c830fcb0
  32. Aug 05, 2009
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
Loading