Scott Mabin
Scott Mabin
I believe the fix for this is to add `ESP_IDF_TOOLS_INSTALL_DIR = { value = "fromenv" }` to `.cargo/config.toml`. In reality, it should be possible to find the tools dir from...
> I believe the fix for this is to add ESP_IDF_TOOLS_INSTALL_DIR = { value = "fromenv" } to .cargo/config.toml. In reality, it should be possible to find the tools dir...
> The python error should have been fixed with commit https://github.com/esp-rs/esp-idf-sys/commit/7e1fc9186e7adc5b59eaeb13f2f6478068767a8c. If not this needs some deeper investigation (as it doesn't happen for me). I'm still running into this issue,...
As far as I am aware, all these issues have been addressed. Closing.
> How do I run the ci.yml on my fork on my local pc? https://github.com/nektos/act could work, alternatively, you can keep pushing here and we'll squash the commit history when...
> Can someone explain what the Clippy errors mean. CI was stuck on an old nightly which broke libc, its now fixed with this commit in master https://github.com/esp-rs/esp-idf-hal/commit/5edffdac61bdd29bbb0bf1dd9f929bb94fc742f5. If you...
Latest error looks like a dodgy rebase, could you take a look @enelson1001?
> Rustup won't update the Xtensa enabled compiler, you'll have to update that manually from here: https://github.com/esp-rs/rust-build/releases/tag/v1.65.0.0
Sorry! I went on vacation, and I was also waiting on some hardware so I can test this out :). Taking a look into this now.
> Just found a [problem](https://gist.github.com/usbalbin/27bda42687df365b3029b2a28ad606e6) in release mode in the mcpwm-simple example I can't seem to reproduce here (judging by the output, it looks like there were some extra changes...