Skip to content
Snippets Groups Projects
  1. Sep 07, 2009
  2. Sep 06, 2009
  3. Sep 02, 2009
  4. Sep 01, 2009
  5. Aug 31, 2009
  6. Aug 30, 2009
  7. Aug 27, 2009
  8. Aug 26, 2009
  9. Aug 23, 2009
  10. Aug 19, 2009
  11. Aug 16, 2009
  12. Aug 13, 2009
  13. Aug 11, 2009
  14. Aug 07, 2009
  15. Aug 06, 2009
  16. 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