Skip to content
Snippets Groups Projects
  1. Jan 30, 2011
    • Dean Camera's avatar
      Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and... · 43c47353
      Dean Camera authored
      Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.
      
      Added new Serial_SendData() function to the Serial driver.
      43c47353
  2. Jan 01, 2011
  3. Dec 17, 2010
  4. Nov 05, 2010
  5. Oct 28, 2010
  6. Oct 13, 2010
  7. Sep 28, 2010
  8. 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
  9. Jul 30, 2010
  10. Jul 21, 2010
  11. Jul 13, 2010
  12. Jun 25, 2010
  13. May 09, 2010
  14. May 08, 2010
  15. Apr 28, 2010
  16. Feb 16, 2010
  17. Jan 12, 2010
  18. Dec 30, 2009
  19. Dec 28, 2009
  20. Dec 07, 2009
  21. Nov 25, 2009
  22. Nov 23, 2009
  23. Nov 13, 2009
  24. Nov 06, 2009
  25. Nov 03, 2009
  26. Aug 16, 2009
  27. Aug 05, 2009
  28. 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
  29. Jul 30, 2009
  30. Jul 27, 2009
  31. 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
  32. Jun 18, 2009
  33. Jun 15, 2009
  34. Jun 11, 2009
  35. Jun 05, 2009
Loading