Skip to content
Snippets Groups Projects
  1. Jan 01, 2011
  2. Dec 31, 2010
  3. Dec 26, 2010
  4. Dec 13, 2010
  5. Dec 02, 2010
  6. Nov 05, 2010
  7. Nov 03, 2010
  8. Nov 02, 2010
  9. Oct 28, 2010
  10. Oct 27, 2010
  11. Oct 26, 2010
  12. 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
  13. Oct 24, 2010
  14. Oct 13, 2010
  15. Oct 12, 2010
  16. Oct 01, 2010
  17. Sep 30, 2010
  18. Sep 28, 2010
  19. Sep 24, 2010
  20. Sep 11, 2010
  21. Sep 09, 2010
  22. Sep 07, 2010
  23. Sep 05, 2010
    • Dean Camera's avatar
      Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... · 18cbd316
      Dean Camera authored
      Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions to retrieve the current USB frame number.
      
      Added new USB_Host_EnableSOFEvents(), USB_Host_DisableSOFEvents() and EVENT_USB_Host_StartOfFrame() for the user application handling of USB Start of Frame events while in USB Host mode.
      
      Changed over all demos, drivers and internal functions to use the current frame number over the Start of Frame flag where possible to free up the Start of Frame flag for interrupt use in the user application.
      18cbd316
  24. Aug 24, 2010
  25. Aug 22, 2010
    • Dean Camera's avatar
      Changed all Device mode LowLevel demos and Device Class drivers so that the... · 4cc7f520
      Dean Camera authored
      Changed all Device mode LowLevel demos and Device Class drivers so that the control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period.
      4cc7f520
    • Dean Camera's avatar
      Moved calls to Device mode Class Driver events to after the request has been... · 1be3436e
      Dean Camera authored
      Moved calls to Device mode Class Driver events to after the request has been acknowledged, so that long event handlers do do skew the timing of the control requests.
      
      
      Fixed USBtoSerial and Benito project SetLineEncoding calls failing if the USART is busy, due to the RX ISR delaying the control request handler.
      1be3436e
  26. Aug 21, 2010
  27. Aug 20, 2010
  28. Aug 10, 2010
Loading