You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Device/ClassDriver/RNDISEthernet/Lib
Dean Camera eb2e883fd3
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
13 years ago
..
ARP.c Update copyright year on all source files. 14 years ago
ARP.h Update copyright year on all source files. 14 years ago
DHCP.c Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine. 14 years ago
DHCP.h Update copyright year on all source files. 14 years ago
Ethernet.c More endianness porting of the LUFA device mode class drivers. 13 years ago
Ethernet.h Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities. 13 years ago
EthernetProtocols.h Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities. 13 years ago
ICMP.c Update copyright year on all source files. 14 years ago
ICMP.h Update copyright year on all source files. 14 years ago
IP.c Update copyright year on all source files. 14 years ago
IP.h Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. 14 years ago
ProtocolDecoders.c Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices. 13 years ago
ProtocolDecoders.h More endianness porting of the LUFA device mode class drivers. 13 years ago
TCP.c Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos. 13 years ago
TCP.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
UDP.c Update copyright year on all source files. 14 years ago
UDP.h Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. 13 years ago
Webserver.c Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions. 13 years ago
Webserver.h Update copyright year on all source files. 14 years ago