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
Both the esp book and this repository make no mention of requiring esp-idf, but it seems that the linker is still needed.
(It does look like it builds esp-idf, but in my current environment, it fails to build it.)
The text was updated successfully, but these errors were encountered:
The esp-idf-sys crate build script downloads and compiles esp-idf.
esp-idf-sys
By default it uses pio (platformio) to build esp-idf, however we now have a native feature of esp-idf-sys that uses cmake.
native
Sorry, something went wrong.
No branches or pull requests
Both the esp book and this repository make no mention of requiring esp-idf, but it seems that the linker is still needed.
(It does look like it builds esp-idf, but in my current environment, it fails to build it.)
The text was updated successfully, but these errors were encountered: