Skip to content
Snippets Groups Projects
  1. Oct 08, 2009
  2. Oct 04, 2009
  3. Oct 03, 2009
  4. Oct 02, 2009
  5. Sep 30, 2009
  6. Sep 22, 2009
  7. Sep 21, 2009
  8. Sep 20, 2009
  9. Sep 13, 2009
  10. Sep 09, 2009
  11. Sep 07, 2009
  12. Sep 06, 2009
  13. Sep 01, 2009
  14. Aug 30, 2009
  15. Aug 26, 2009
  16. Aug 23, 2009
  17. Aug 19, 2009
  18. Aug 16, 2009
  19. Aug 13, 2009
  20. Aug 11, 2009
  21. Aug 07, 2009
    • Dean Camera's avatar
      Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory... · d423090b
      Dean Camera authored
      Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would become corrupted due to an incorrect bounds check when iterating over the port state table, causing random resets.
      
      Revert change to Template_Endpoint_Control_R.c, which broke control stream reads.
      
      Remove uneeded ADC.h include in the class driver AudioOutput demo.
      d423090b
  22. Aug 06, 2009
  23. Aug 05, 2009
    • Dean Camera's avatar
      Fixed issue in USBtoSerial demos where the USART Rx line was not having its... · 99c447c7
      Dean Camera authored
      Fixed issue in USBtoSerial demos where the USART Rx line was not having its pullup enabled at startup, leading to noise being received from the Rx pin when left floating.
      
      Removed unused relative Common.h header include from the DriverStubs board stub drivers.
      
      Fixed Benito programmer, use the correct LED functions where needed to ensure correct status display at all times.
      99c447c7
    • Dean Camera's avatar
      Make Control Endpoint stream transfers more reliable by adding in early aborts... · 4421782b
      Dean Camera authored
      Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes.
      
      Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed.
      
      Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
      4421782b
    • Dean Camera's avatar
      Changed over manual loops waiting for endpoints to be ready to use the library... · a9d5e129
      Dean Camera authored
      Changed over manual loops waiting for endpoints to be ready to use the library Endpoint_WaitUntilReady() function for robustness. Fixes issues with terminated transfers on the host locking up USB devices.
      a9d5e129
Loading