Skip to content
Snippets Groups Projects
  1. Sep 09, 2010
  2. 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
  3. Aug 31, 2010
  4. Aug 24, 2010
  5. Aug 22, 2010
  6. Jul 30, 2010
  7. Jul 29, 2010
  8. Jul 21, 2010
  9. Jun 17, 2010
  10. Jun 16, 2010
  11. Jun 03, 2010
  12. Jun 02, 2010
  13. May 31, 2010
  14. May 30, 2010
  15. May 29, 2010
  16. May 08, 2010
  17. Apr 28, 2010
  18. 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
  19. Mar 29, 2010
  20. 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
  21. Feb 24, 2010
  22. Feb 23, 2010
  23. Feb 11, 2010
  24. 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
  25. Jan 17, 2010
  26. Jan 07, 2010
  27. Dec 30, 2009
  28. Dec 28, 2009
  29. Dec 20, 2009
  30. Dec 13, 2009
  31. Dec 09, 2009
Loading