We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as described here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_host.html
#include "usb/usb_host.h"
I created a new project:
[env:featheresp32-s2] platform = espressif32 board = featheresp32-s2 framework = espidf
but usb_host.h is not found.
usb_host.h
The text was updated successfully, but these errors were encountered:
the whole usb directory is missing: https://github.com/espressif/esp-idf/tree/master/components/usb
usb
Sorry, something went wrong.
This component was only added in ESP-IDF v4.4. Unfortunately, there is no support for this version at the moment. The status is tracked here #710
No branches or pull requests
as described here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_host.html
I created a new project:
but
usb_host.h
is not found.The text was updated successfully, but these errors were encountered: