zephyr/subsys/usb
Loic Poulain d80ae8aeeb usb: netusb: Add CDC EEM network usb function
Add CDC Ethernet Emulation Model function driver. This usb network
function can be used for ethernet over USB. Ethernet packet are
encapsulated within EEM packets. An EEM pkt contains 2-byte header
and 4-byte sentinel (or crc).

Note that EEM packets can be split across USB packets but shall not
be split across USB transfers.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2018-04-06 06:50:34 -04:00
..
class usb: netusb: Add CDC EEM network usb function 2018-04-06 06:50:34 -04:00
CMakeLists.txt
composite.c
composite.h
Kconfig
usb_descriptor.c usb: netusb: Add CDC EEM network usb function 2018-04-06 06:50:34 -04:00
usb_descriptor.h usb: netusb: Add CDC EEM network usb function 2018-04-06 06:50:34 -04:00
usb_device.c