espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
136 stars 85 forks source link

fix(usb) compile tinyusb_net.c when RNDIS is enabled (IEC-96) #313

Open voedipus opened 4 months ago

voedipus commented 4 months ago

Checklist

Change description

RNDIS and ECM were not working when selected in menuconfig

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

tore-espressif commented 3 months ago

@voedipus Thank you for the PR! Does the RNDIS configuration work with your device?

we did not test RNDIS, only NCM. That is why why enabled NCM only

voedipus commented 3 months ago

@tore-espressif Actually, it is not working with this MR, but I was able to get RNDIS working with couple of other fixes. I will add changes soon

voedipus commented 3 months ago

@tore-espressif It works now, checked on Linux with esp idf 5.1.3 and Windows 10 (RNDIS)