You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the report! It seems you ran into the same issue as reported in #55. A fix has been published earlier today to the main branch, where the riscv dependencies have been set to a fixed revision.
Could you update the repository & check the latest version in the main branch works for you?
when trying to run the http-client example
I got a multitude of errors about the llvm_asm! macro
I was able to resolve it by downloading the esp-pacs repo and patch esp32c3 in common/lib/esp32-c3-dkc01-bsc/Cargo.toml
This updated the riscv dependency to 0.8.0. I also added the riscv 0.8.0 dependency to intro/http-client/exercise/Cargo.toml
The text was updated successfully, but these errors were encountered: