Skip to content
Snippets Groups Projects
  1. Jan 30, 2011
    • Dean Camera's avatar
      Removed SerialStream module, rolled functionality into the base USART Serial... · afd828c0
      Dean Camera authored
      Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
      
      Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
      
      Altered the serial byte receive function to make it non-blocking.
      afd828c0
  2. Jan 16, 2011
  3. Jan 13, 2011
  4. Jan 08, 2011
  5. Jan 01, 2011
  6. Dec 26, 2010
  7. Oct 28, 2010
  8. Oct 20, 2010
  9. Oct 13, 2010
  10. Oct 06, 2010
  11. Aug 31, 2010
  12. Aug 02, 2010
  13. Jul 31, 2010
  14. Jul 30, 2010
  15. Jul 29, 2010
  16. Jul 22, 2010
  17. Jul 21, 2010
  18. Jul 19, 2010
  19. Jun 17, 2010
  20. Jun 16, 2010
  21. May 29, 2010
  22. May 18, 2010
  23. May 08, 2010
  24. May 04, 2010
  25. 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
  26. Mar 29, 2010
  27. Mar 15, 2010
  28. Mar 13, 2010
  29. Feb 25, 2010
  30. Feb 24, 2010
  31. Feb 23, 2010
Loading