Skip to content
Snippets Groups Projects
  1. Sep 15, 2010
  2. Sep 13, 2010
  3. Sep 12, 2010
  4. Sep 09, 2010
  5. 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
  6. Aug 31, 2010
  7. Aug 24, 2010
  8. Aug 22, 2010
  9. Jul 30, 2010
  10. Jul 29, 2010
  11. Jul 21, 2010
  12. Jun 17, 2010
  13. Jun 16, 2010
  14. Jun 03, 2010
  15. Jun 02, 2010
  16. May 31, 2010
  17. May 30, 2010
  18. May 29, 2010
  19. May 08, 2010
  20. Apr 28, 2010
  21. 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
  22. Mar 29, 2010
  23. 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
  24. Feb 24, 2010
  25. Feb 23, 2010
  26. Feb 11, 2010
  27. Feb 01, 2010
    • Dean Camera's avatar
      Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and... · 4d246a82
      Dean Camera authored
      Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).
      
      Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered.
      
      Copy over file level documentation of the peripheral drivers to the module level documentation.
      4d246a82
  28. Jan 17, 2010
  29. Jan 07, 2010
  30. Dec 30, 2009
  31. Dec 28, 2009
  32. Dec 20, 2009
Loading