Skip to content

Enable USB host callback #11290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
rjjrbatarao opened this issue Apr 24, 2025 · 1 comment
Open
1 task done

Enable USB host callback #11290

rjjrbatarao opened this issue Apr 24, 2025 · 1 comment
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@rjjrbatarao
Copy link

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

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@rjjrbatarao rjjrbatarao added the Type: Feature request Feature request for Arduino ESP32 label Apr 24, 2025
@SuGlider
Copy link
Collaborator

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.

https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html
https://www.youtube.com/watch?v=8w3MmsZBa9o
Examples at https://github.com/SuGlider/devcon2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants