aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0821-42/+42
* Fix static analysis warnings.Dean Camera2018-12-091-2/+2
* Update copyrights for 2018.Dean Camera2018-01-0421-42/+42
* Update copyrights for 2017.Dean Camera2017-04-1821-42/+42
* Update copyrights to 2016.Dean Camera2016-01-3121-42/+42
* Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null p...Dean Camera2015-12-221-1/+1
* Fix void pointer arithmetic in the low level 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-1721-42/+42
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-5/+5
* Update copyrights for 2014.Dean Camera2014-01-0421-42/+42
* Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined.Dean Camera2013-05-181-1/+0
* Minor documentation improvements.Dean Camera2013-03-186-10/+10
* Update copyright year to 2013.Dean Camera2013-01-0321-42/+42
* Minor documentation improvements.Dean Camera2012-10-0521-21/+21
* Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP c...Dean Camera2012-06-262-41/+41
* 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-10/+2
* AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf...Dean Camera2012-05-132-6/+4
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-291-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Update file header copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi...Dean Camera2011-10-091-3/+3
* Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean Camera2011-09-212-10/+10
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-112-4/+8
* Fix Doxygen documentation errors.Dean Camera2011-06-141-1/+1
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-054-8/+8
* 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-182-4/+2
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-14/+14
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-1/+1
* 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-0121-42/+42
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2821-22/+22
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-1/+0
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-246-284/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1322-391/+413
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-303-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-1/+1
* Fix up minor whitespace formatting errors.Dean Camera2010-07-222-2/+2
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2118-35/+85
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-6/+1
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-1/+1
* Minor documentation cleanups.Dean Camera2010-06-039-83/+82
* 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