-
Notifications
You must be signed in to change notification settings - Fork 262
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
rust-analyzer can not recognize peripherals.GPIO*
.
#3148
Labels
bug
Something isn't working
Comments
@bugadani Thank you very much for your answer, so how can I solve this problem by myself?Or wait for the new version to be released? |
You can wait for a new release, or you can start using our git |
Thank you for your help in resolving my issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
rust-analyzer can not recognize
peripherals.GPIO*
. But the compilation was successful.To Reproduce
esp-generate
src/async_main.rs
. My LED is at GPIO#48.Expected behavior
I expect when I typed
peripherals.GP
in VS Code. Thenperipherals.GPIO48
can appear.Environment
esp-hal = { version = "0.23.1", features = ["esp32s3", "unstable"] }
The text was updated successfully, but these errors were encountered: