Skip to content
Snippets Groups Projects
  1. Jun 02, 2010
  2. May 29, 2010
  3. May 25, 2010
    • Dean Camera's avatar
      Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP... · 4a13a548
      Dean Camera authored
      Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec).
      
      Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged.
      4a13a548
  4. May 23, 2010
  5. May 08, 2010
  6. Apr 28, 2010
  7. Apr 15, 2010
  8. Mar 30, 2010
  9. Mar 29, 2010
  10. Mar 24, 2010
  11. Feb 24, 2010
  12. Feb 23, 2010
  13. Feb 22, 2010
  14. Feb 04, 2010
  15. Jan 05, 2010
  16. Dec 30, 2009
  17. Dec 28, 2009
  18. Dec 04, 2009
  19. Dec 03, 2009
  20. Nov 06, 2009
  21. Oct 03, 2009
  22. Oct 02, 2009
  23. Sep 21, 2009
  24. Sep 17, 2009
  25. Aug 03, 2009
  26. Jun 28, 2009
    • Dean Camera's avatar
      Added const modifiers to device mode class drivers. · f1076ac4
      Dean Camera authored
      Added parameter directions to function parameter documentation.
      
      Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
      f1076ac4
  27. Apr 17, 2009
  28. Apr 16, 2009
    • Dean Camera's avatar
      Fixed GenericHIDHost demo report write routine incorrect for control type... · 8f6b4ddf
      Dean Camera authored
      Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev).
      
      Removed Endpoint_ClearCurrentBank() and Pipe_ClearCurrentBank() in favour of new Endpoint_ClearIN(), Endpoint_ClearOUT(), Endpoint_ClearControlIN(), Endpoint_ClearControlOUT(), Pipe_ClearIN(), Pipe_ClearOUT(), Pipe_ClearControlIN() and Pipe_ClearControlOUT() macros (done to allow for the detection of packets of zero length).
      
      Renamed *_ReadWriteAllowed() macros to *_IsReadWriteAllowed() to remain consistent with the rest of the LUFA API.
      
      Endpoint_IsSetupReceived() macro has been renamed to Endpoint_IsSETUPReceived(), Endpoint_ClearSetupReceived() macro has been renamed to Endpoint_ClearControlSETUP(), the Pipe_IsSetupSent() macro has been renamed to Pipe_IsSETUPSent() and the Pipe_ClearSetupSent() macro is no longer applicable and should be removed - changes made to compliment the new endpoint and pipe bank management API.
      
      Updated all demos, bootloaders and projects to use the new endpoint and pipe management APIs (thanks to Roman Thiel).
      
      Updated library doxygen documentation, added groups, changed documentation macro functions to real functions for clarity.
      
      Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity.
      
      Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway.
      8f6b4ddf
  29. Apr 01, 2009
  30. Mar 04, 2009
    • Dean Camera's avatar
      Updated makefiles to reflect new dfu-ee programming target invocations... · 7e7124e4
      Dean Camera authored
      Updated makefiles to reflect new dfu-ee programming target invocations (supplied by Opendous, Inc.).
      
      Renamed the ATTR_ALWAYSINLINE function attribute macro to ATTR_ALWAYS_INLINE to match the style of the other function attribute macro names.
      
      Added ATTR_ALWAYS_INLINE attribute to several inlined library functions, to ensure they are inlined in all circumstances.
      
      Cleanups to Endpoint.h and Pipe.h. Added better documentation for the endpoint and pipe interrupts.
      7e7124e4
  31. Feb 23, 2009
Loading