Skip to content
Snippets Groups Projects
  1. May 29, 2011
  2. May 14, 2011
    • Dean Camera's avatar
      Fixed possible invalid program execution when in host mode if corrupt... · 049e9309
      Dean Camera authored
      Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
      
      Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.
      
      Add missing documentation to the USB_Device_States_t enum.
      049e9309
  3. May 13, 2011
  4. Apr 10, 2011
  5. Mar 21, 2011
  6. Feb 19, 2011
  7. Jan 30, 2011
  8. Jan 10, 2011
    • Dean Camera's avatar
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed... · f555ad7c
      Dean Camera authored
      Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
      
      Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
      
      Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
      
      Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
      f555ad7c
  9. Jan 01, 2011
  10. Nov 02, 2010
  11. Oct 28, 2010
  12. Oct 13, 2010
  13. Sep 30, 2010
    • Dean Camera's avatar
      Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction... · 158afe91
      Dean Camera authored
      Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
      
      Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly.
      
      Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices.
      
      Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
      158afe91
  14. Sep 24, 2010
  15. Sep 22, 2010
  16. Sep 15, 2010
  17. Aug 08, 2010
  18. Aug 02, 2010
  19. Jul 30, 2010
  20. Jul 29, 2010
  21. Jul 21, 2010
  22. Jul 19, 2010
  23. Jul 18, 2010
  24. Jul 15, 2010
    • Dean Camera's avatar
      Disable strict aliasing explicitly in the project makefiles, as this is... · 9299735c
      Dean Camera authored
      Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
      9299735c
    • 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
  25. Jul 12, 2010
  26. Jul 11, 2010
  27. Jul 08, 2010
  28. Jul 02, 2010
  29. Jun 29, 2010
    • Dean Camera's avatar
      Add RFCOMM service routine, to send pending configuration requests on RFCOMM... · fbabecee
      Dean Camera authored
      Add RFCOMM service routine, to send pending configuration requests on RFCOMM channels. Add in RFCOMM channel config flags, to determine which configuration commands have been sent and received.
      
      Add a new RFCOMM_SendChannelSignals() function to transmit a change in V24 terminal handshake lines to the receiving device.
      
      Prevent SABM packets sent to the control DLCI in the RFCOMM layer from creating a new channel entry, as the control DLCI does not have connection data associated with it.
      
      Fix up MSC control packet handling so that received responses can be acknowledged correctly, so that the RFCOMM layer can record when the receiving device has ACKed a sent change in V24 terminal handshake lines.
      fbabecee
Loading