You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im trying to enable a feature to use usb ethernet on esp32 s3 and CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK is a requirement to be enabled, maybe it can be enabled in the next release? thank you
The only way to change a skdconfig parameter is by building an Arduino project as an IDF Component.
In that case, it is possible to change any IDF configuration using idf.py menuconfig.
Regarding changing CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK, it is necessary to investigate the possible implications to the current USB Client driver of the ESP32 Arduino Framework, which is based on TinyUSB code.
I'd suggest sending this same question to the https://github.com/hathach/tinyusb/issues which would be the right place for it.
Related area
Usb ethernet esp32 s3
Hardware specification
ESP32 S3 Devkitc
Is your feature request related to a problem?
im trying to enable a feature to use usb ethernet on esp32 s3 and CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK is a requirement to be enabled, maybe it can be enabled in the next release? thank you
Describe the solution you'd like
edit sdkconfig
CONFIG_USB_HOST_ENABLE_ENUM_FILTER_CALLBACK=y
Describe alternatives you've considered
using esp-idf
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: