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/LowLevel/RNDISEthernet/Lib
Dean Camera fc4d3ab400
Minor documentation improvements.
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 Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. 14 years ago
Ethernet.h More endianness porting of the LUFA device mode class drivers. 13 years ago
EthernetProtocols.h Update copyright year on all source files. 14 years ago
ICMP.c Update copyright year on all source files. 14 years ago
ICMP.h Minor documentation improvements. 13 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 More endianness porting of the LUFA device mode class drivers. 13 years ago
ProtocolDecoders.h Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 14 years ago
RNDIS.c Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions. 13 years ago
RNDIS.h Update copyright year on all source files. 14 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