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 3cba88e4c0
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
..
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 Update copyright year on all source files. 14 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 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 Update copyright year on all source files. 14 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 Update copyright year on all source files. 14 years ago
RNDIS.h Update copyright year on all source files. 14 years ago
TCP.c Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. 14 years ago
TCP.h Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element. 14 years ago
UDP.c Update copyright year on all source files. 14 years ago
UDP.h Update copyright year on all source files. 14 years ago
Webserver.c Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs. 14 years ago
Webserver.h Update copyright year on all source files. 14 years ago