Skip to content
Snippets Groups Projects
  1. Nov 23, 2009
  2. Nov 20, 2009
  3. Nov 15, 2009
  4. Nov 13, 2009
  5. Nov 09, 2009
  6. Nov 04, 2009
  7. Nov 03, 2009
  8. Oct 18, 2009
  9. Oct 16, 2009
  10. Oct 14, 2009
  11. Oct 12, 2009
  12. Oct 08, 2009
  13. Oct 04, 2009
  14. Oct 03, 2009
  15. Oct 02, 2009
  16. Sep 30, 2009
  17. Sep 22, 2009
  18. Sep 13, 2009
  19. Sep 09, 2009
  20. Sep 07, 2009
  21. Sep 06, 2009
  22. Sep 01, 2009
  23. Aug 30, 2009
  24. Aug 23, 2009
  25. Aug 19, 2009
  26. Aug 16, 2009
  27. Aug 13, 2009
  28. 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
  29. Aug 06, 2009
  30. 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
    • Dean Camera's avatar
      Renamed all library events to properly seperate out Device and Host mode... · c5038f1b
      Dean Camera authored
      Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
      
      Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events.
      
      Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
      c5038f1b
Loading