Skip to content
Snippets Groups Projects
  1. Nov 05, 2010
  2. Oct 28, 2010
  3. Oct 13, 2010
  4. Sep 28, 2010
  5. Aug 09, 2010
    • Dean Camera's avatar
      Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use... · 508e905d
      Dean Camera authored
      Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
      
      Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints.
      508e905d
  6. Jul 30, 2010
  7. Jul 21, 2010
  8. Jul 13, 2010
  9. Jun 25, 2010
  10. May 09, 2010
  11. May 08, 2010
  12. Apr 28, 2010
  13. Feb 16, 2010
  14. Jan 12, 2010
  15. Dec 30, 2009
  16. Dec 28, 2009
  17. Dec 07, 2009
  18. Nov 25, 2009
  19. Nov 23, 2009
  20. Nov 13, 2009
  21. Nov 06, 2009
  22. Nov 03, 2009
  23. Aug 16, 2009
  24. Aug 05, 2009
  25. Jul 31, 2009
    • Dean Camera's avatar
      Fix demos based on the device mode HID class driver, as well as the driver... · eb410869
      Dean Camera authored
      Fix demos based on the device mode HID class driver, as well as the driver itself. Changed HID device class driver to require the user to give a buffer and size to hold the previously generated report, for comparison purposes, and altered the prototype of the CALLBACK_HID_Device_CreateHIDReport() function so that reports can be sent to the host even if there are no apparent changes (useful for relative movements in mice, etc.).
      eb410869
  26. Jul 30, 2009
  27. Jul 27, 2009
  28. Jun 28, 2009
    • Dean Camera's avatar
      Added const modifiers to device mode class drivers. · f1076ac4
      Dean Camera authored
      Added parameter directions to function parameter documentation.
      
      Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
      f1076ac4
  29. Jun 18, 2009
  30. Jun 15, 2009
  31. Jun 11, 2009
  32. Jun 05, 2009
  33. Jun 04, 2009
    • Dean Camera's avatar
      Minor documentation page updates. · a67bd74e
      Dean Camera authored
      Redocumented all device demos, now that they have changed over to the new USB class drivers.
      
      Added C linkage to class drivers for C++ support.
      
      Added prefixes to most of the class driver constants to prevent name clashes.
      a67bd74e
  34. Jun 02, 2009
    • Dean Camera's avatar
      Removed new Start of Frame event from the library; performance suffered far... · 7c5444b8
      Dean Camera authored
      Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events.
      
      Fixed MIDI class driver blocking on unread events to the host.
      7c5444b8
Loading