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
it gives error (esp_intr.h no such file) if esp32 modul select after updating espressif to 3.0 ( no problem at 2.x version of espressif)
The text was updated successfully, but these errors were encountered:
As detailed in the link: "The header file esp_intr.h has been deleted. Please include esp_intr_alloc.h to allocate and manipulate interrupts."
https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/migration-guides/release-5.x/system.html
Sorry, something went wrong.
No branches or pull requests
it gives error (esp_intr.h no such file) if esp32 modul select after updating espressif to 3.0 ( no problem at 2.x version of espressif)
The text was updated successfully, but these errors were encountered: