Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 22, 2010
  3. Jul 21, 2010
  4. Jul 15, 2010
    • Dean Camera's avatar
      Removed the automated checking of event names in the demo, project and... · f4710f6f
      Dean Camera authored
      Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.
      
      Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
      f4710f6f
  5. Jun 17, 2010
  6. Jun 15, 2010
  7. May 29, 2010
  8. May 08, 2010
  9. 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
  10. Mar 29, 2010
  11. Feb 24, 2010
  12. Feb 23, 2010
  13. Feb 11, 2010
  14. Feb 01, 2010
  15. Dec 30, 2009
  16. Dec 28, 2009
  17. Dec 13, 2009
  18. Nov 25, 2009
  19. Nov 09, 2009
  20. Nov 06, 2009
  21. Oct 18, 2009
  22. Oct 03, 2009
  23. Sep 30, 2009
  24. Sep 24, 2009
  25. Sep 21, 2009
  26. Sep 20, 2009
  27. Sep 02, 2009
  28. Aug 26, 2009
  29. Aug 25, 2009
  30. Aug 20, 2009
  31. Jul 26, 2009
  32. Jul 20, 2009
  33. Jul 19, 2009
  34. Jul 13, 2009
  35. 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
Loading