Skip to content
Snippets Groups Projects
  1. Sep 09, 2009
  2. 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
  3. Sep 02, 2009
  4. Sep 01, 2009
  5. Aug 31, 2009
  6. Aug 30, 2009
  7. Aug 27, 2009
  8. Aug 26, 2009
  9. Aug 13, 2009
  10. Aug 11, 2009
  11. Aug 05, 2009
  12. Jul 28, 2009
  13. Jul 27, 2009
  14. Jul 26, 2009
  15. Jul 16, 2009
    • Dean Camera's avatar
      Added new TOTAL_NUM_CONFIGURATIONS option, removed... · 37f8a84f
      Dean Camera authored
      Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
      
      Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified.
      37f8a84f
  16. Jul 14, 2009
  17. Jul 13, 2009
    • Dean Camera's avatar
      Added new HOST_STATE_WaitForDeviceRemoval host state machine state for... · 0fcbe22c
      Dean Camera authored
      Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state.
      
      Added verbose documentation for each of the USB Host state machine states.
      0fcbe22c
Loading