Skip to content
Snippets Groups Projects
  1. Jun 05, 2011
  2. Feb 10, 2011
  3. Feb 09, 2011
  4. Jan 26, 2011
  5. Jan 01, 2011
  6. Nov 05, 2010
  7. Oct 28, 2010
  8. Oct 13, 2010
  9. Sep 28, 2010
  10. 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
  11. Jul 21, 2010
  12. Jul 13, 2010
  13. Jun 25, 2010
  14. May 09, 2010
  15. May 08, 2010
  16. Apr 28, 2010
  17. Apr 19, 2010
  18. Feb 16, 2010
  19. Feb 07, 2010
  20. Jan 12, 2010
  21. Dec 30, 2009
  22. Dec 28, 2009
  23. Nov 25, 2009
  24. Nov 23, 2009
  25. Nov 13, 2009
  26. Nov 06, 2009
  27. Aug 16, 2009
  28. Aug 05, 2009
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
  29. 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
  30. Jul 30, 2009
  31. Jul 27, 2009
  32. 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
  33. Jun 18, 2009
  34. Jun 15, 2009
  35. Jun 11, 2009
  36. Jun 05, 2009
Loading