Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 17, 2009
  3. Nov 12, 2009
  4. Nov 04, 2009
  5. Nov 03, 2009
  6. Oct 18, 2009
  7. Oct 12, 2009
  8. Oct 08, 2009
  9. Oct 03, 2009
  10. Oct 02, 2009
  11. Sep 30, 2009
  12. Sep 29, 2009
  13. Sep 21, 2009
  14. Sep 20, 2009
  15. Sep 17, 2009
  16. Sep 09, 2009
  17. Aug 30, 2009
  18. Aug 27, 2009
  19. Aug 26, 2009
  20. Aug 25, 2009
  21. Aug 23, 2009
  22. Aug 20, 2009
  23. Aug 19, 2009
  24. Aug 18, 2009
  25. Aug 17, 2009
    • Dean Camera's avatar
      Added beginnings of a new AVRISP-MKII clone project. · ecd82778
      Dean Camera authored
      Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints.
      
      Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
      ecd82778
  26. Aug 13, 2009
  27. Aug 11, 2009
  28. Aug 05, 2009
    • Dean Camera's avatar
      Fixed issue in USBtoSerial demos where the USART Rx line was not having its... · 99c447c7
      Dean Camera authored
      Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating.
      
      Removed unused relative Common.h header include from the DriverStubs board stub drivers.
      
      Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times.
      99c447c7
    • Dean Camera's avatar
      Make Control Endpoint stream transfers more reliable by adding in early aborts... · 4421782b
      Dean Camera authored
      Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
      
      Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed.
      
      Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
      4421782b
  29. Jul 27, 2009
Loading