Sergio Gasquez Arcos
Sergio Gasquez Arcos
> How might we manage generating multiple templates, for instance we may want an RTIC, Embassy and normal blocking template (maybe more?) > For "multiple templates": could be done as...
Just discovered https://github.com/AdinAck/cargo-embassy, which we can get some inspiration from
I created https://github.com/bjoernQ/esp-generate/issues/2 to track the `esp-generate` improvements that we planned
I completely forgot about this issue 😓 I guess is related to https://github.com/esp-rs/espflash/issues/752 and https://github.com/esp-rs/espflash/pull/759
Hi! Just to be sure I understand your suggestion, you want something like: ``` ESP32 -> Xtensa ESP32-S2-> Xtensa ESP32-C3 -> RISC-V ... ``` Rigth?
Just tried reproducing the issue but had no troubles: ``` > rustc +esp --version rustc 1.80.0-nightly (1b259e0b8 2024-07-22) (1.80.0.0) > espup update [info]: Updating the Espressif Rust ecosystem [info]: Checking...
Were you using latest espup (0.13.0)?
> Installation for 'RISC-V Rust target' failed, retrying That doesn't look like the same issue. [How did you install rust?](https://docs.esp-rs.org/book/installation/rust.html). If you use `espup install --targets=esp32,esp32s2,esp32s3` you should avoid this...
Hi @brainwhat can you run the installation command with `-l debug` and print the output here?
Do you have any proxy setup? Looks like it cant grab the assets from Github. Also, try running `espup uninstall` before the install command