aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0819-38/+38
* Update copyrights for 2018.Dean Camera2018-01-0419-38/+38
* Update copyrights for 2017.Dean Camera2017-04-1819-38/+38
* Update copyrights to 2016.Dean Camera2016-01-3119-38/+38
* Fix additional void pointer arithmetic in the class driver RNDIS demo.Dean Camera2015-12-221-1/+1
* Add DHCP Lease Time to RNDIS DemoStefan Hellermann2015-09-302-2/+13
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1719-38/+38
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-5/+5
* Fix overflow for RNDIS class driver responses when returning the adapter quer...Dean Camera2014-08-312-3/+3
* Update copyrights for 2014.Dean Camera2014-01-0419-38/+38
* Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined.Dean Camera2013-05-181-1/+0
* Minor documentation improvements.Dean Camera2013-03-185-8/+8
* Update copyright year to 2013.Dean Camera2013-01-0319-38/+38
* Minor documentation improvements.Dean Camera2012-10-0519-19/+19
* Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP c...Dean Camera2012-06-262-42/+42
* AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-151-0/+2
* AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean Camera2012-05-133-8/+2
* AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h c...Dean Camera2012-05-132-6/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-0419-19/+19
* Update file header copyrights for 2012.Dean Camera2012-02-0419-19/+19
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-182-2/+2
* Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean Camera2011-10-091-3/+3
* Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean Camera2011-10-071-1/+1
* Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean Camera2011-09-211-8/+8
* Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b...Dean Camera2011-07-121-1/+1
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-114-9/+16
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-053-7/+7
* Spell check library source code files.Dean Camera2011-06-012-2/+2
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-221-1/+1
* Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...Dean Camera2011-05-183-9/+6
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-14/+14
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-1/+1
* Update copyright year on all source files.Dean Camera2011-01-0119-38/+38
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2819-20/+20
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-241-1/+0
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1319-295/+314
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-2/+2
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2118-37/+88
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-6/+1
* Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean Camera2010-06-161-3/+1
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-2/+3
* Minor documentation cleanups.Dean Camera2010-06-038-64/+63
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-262-5/+5
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-252-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0819-2698/+2698
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+2
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-211-1/+4