aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib
AgeCommit message (Expand)Author
2012-06-26Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP c...Dean
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean
2012-05-13AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean
2012-05-13AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h c...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-01Minor documentation improvements.Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-10-09Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean
2011-10-07Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean
2011-07-12Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean
2011-07-11More endianness porting of the LUFA device mode class drivers.Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-01Spell check library source code files.Dean
2011-05-22Add RNDIS Device support to the Webserver project, so that the files stored o...Dean
2011-05-18Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean
2011-04-10Remove redundant type information for bitfield elements, other than the signe...Dean
2011-01-30Removed SerialStream module, rolled functionality into the base USART Serial ...Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-24All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-18Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean
2010-06-16Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean
2010-06-15Change over Doxygen \note documentation to \pre where applicable.Dean
2010-06-03Minor documentation cleanups.Dean
2010-05-26Switch to using the correct intptr_t type use where a pointer must be cast to...Dean
2010-05-25Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-03-29Add briefs for the library core structures.Dean
2010-01-21Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-10-08Application documentation/comment cleanup.Dean
2009-08-11Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean
2009-08-07Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean
2009-08-05Make Control Endpoint stream transfers more reliable by adding in early abort...Dean
2009-07-29Added 404 errors to the RNDIS Webserver example.Dean
2009-07-13Added compatibility list to the documentation of each individual demo.Dean
2009-06-28Added const modifiers to device mode class drivers.Dean
2009-06-18Break device mode class driver interfaces into seperate config and state stru...Dean
2009-06-15Doxygen corrections to fix Doxygen warnings in some demos.Dean
2009-06-14Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean
2009-06-05Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean