1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/usb/usbus/cdc/ecm
Koen Zandberg 45745579bc
cdcecm: early exit on inactive usb interface
This adds an early exit when the usb interface with the data endpoints
is not activated. This prevents the cdc_ecm_netdev code from attempting
to send the PDU when the USB device is not yet initialized or activated
by a host.
2019-10-23 09:41:27 +02:00
..
cdc_ecm_netdev.c cdcecm: early exit on inactive usb interface 2019-10-23 09:41:27 +02:00
cdc_ecm.c usbus: rename setup request to control request 2019-09-11 21:39:05 +02:00
Makefile usbus_cdc_ecm: initial CDC ECM functionality 2019-06-14 16:00:05 +02:00