Skip to content
Snippets Groups Projects
  1. Oct 24, 2010
  2. Oct 13, 2010
  3. Oct 12, 2010
  4. Oct 06, 2010
  5. Sep 30, 2010
    • Dean Camera's avatar
      Fix low level host mode demos not correctly fetching the next endpoint when an... · 7166c7ba
      Dean Camera authored
      Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded.
      
      Update the pipe configuration routines in the host mode class drivers so that they use the same new code to enumerate compatible devices to increase reliability. Add support to the host mode class drivers for non-sequential (but non-overlapping with other interface) pipe numbers.
      7166c7ba
  6. Sep 29, 2010
  7. Sep 28, 2010
  8. Sep 19, 2010
  9. Sep 15, 2010
  10. Sep 13, 2010
  11. Sep 12, 2010
  12. Sep 09, 2010
  13. 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
  14. Aug 31, 2010
  15. Aug 24, 2010
  16. Aug 22, 2010
  17. Jul 30, 2010
  18. Jul 29, 2010
  19. Jul 21, 2010
  20. Jun 17, 2010
  21. Jun 16, 2010
  22. Jun 03, 2010
  23. Jun 02, 2010
  24. May 31, 2010
  25. May 30, 2010
  26. May 29, 2010
  27. May 08, 2010
  28. Apr 28, 2010
  29. Apr 13, 2010
    • Dean Camera's avatar
      Removed two-step endpoint/pipe bank clear and switch sequence for smaller,... · 7b79325a
      Dean Camera authored
      Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.
      
      Added spacing between multiple paragraphs in Doxygen \note sections.
      
      Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself.
      7b79325a
  30. Mar 29, 2010
  31. Mar 24, 2010
    • Dean Camera's avatar
      Fixed compilation error in the AudioInput demos when... · f79f9abd
      Dean Camera authored
      Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).
      
      Minor documentation cleanups.
      
      Make sure HID class driver uses properly cast pointers when writing to the report buffer.
      f79f9abd
Loading