Skip to content
Snippets Groups Projects
  1. Nov 25, 2009
  2. Nov 23, 2009
    • Dean Camera's avatar
      The incomplete StandaloneProgrammer project now uses Host and Device Mass... · aaa0bed5
      Dean Camera authored
      The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick.
      
      The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR).
      
      The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only.
      
      The USB_MODE_HOST token is now defined even when host mode is not available.
      
      Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver.
      aaa0bed5
  3. Nov 12, 2009
  4. Nov 10, 2009
  5. Nov 07, 2009
  6. Nov 06, 2009
  7. Nov 03, 2009
  8. Sep 30, 2009
  9. Sep 21, 2009
  10. Sep 14, 2009
  11. Sep 09, 2009
    • Dean Camera's avatar
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard... · b221e7d1
      Dean Camera authored
      Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standard descriptors into seperate USB_Descriptor_* and USB_StdDescriptor_* structures so that both can be used within the one project.
      
      Add guard to the HID Host Class driver SetProtocol command, to ensure that the device supports boot protocol mode before issuing the request.
      b221e7d1
  12. Sep 02, 2009
  13. Aug 31, 2009
  14. Aug 30, 2009
  15. Aug 11, 2009
  16. Aug 05, 2009
  17. Jul 27, 2009
  18. Jul 26, 2009
  19. 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
  20. Jun 23, 2009
  21. Jun 20, 2009
  22. Jun 19, 2009
  23. Jun 18, 2009
  24. Jun 15, 2009
  25. Jun 14, 2009
  26. Jun 09, 2009
  27. Jun 05, 2009
  28. May 18, 2009
    • Dean Camera's avatar
      Rewritten event system to remove all macros, to make user code clearer. · 2ee9fc70
      Dean Camera authored
      Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley).
      
      Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code.
      
      Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code.
      2ee9fc70
  29. May 15, 2009
  30. Apr 19, 2009
    • Dean Camera's avatar
      Fixed incorrect HID interface class and subclass values in the Mouse and... · 663f449c
      Dean Camera authored
      Fixed incorrect HID interface class and subclass values in the Mouse and KeyboardMouse demos (thanks to Brian Dickman).
      
      Capitolised the "Descriptor_Search" and "Descriptor_Search_Comp" prefixes of the values in the DSearch_Return_ErrorCodes_t and DSearch_Comp_Return_ErrorCodes_t enums.
      
      Minor documentation improvements.
      663f449c
  31. Apr 17, 2009
  32. Apr 07, 2009
Loading