Sergio Gasquez Arcos
Sergio Gasquez Arcos
> I'm closing the issue and leaving here the final working flake.nix Thanks for sharing it! In case you didn't know, here is a [slint example](https://github.com/tronical/esp-box-example-slint). Is your project open...
Thanks for reporting the issue, just did a quick test and using `sed -i 's/\r$//' scripts/build.sh` seems to solve the issue in WIndows.
- Just to confirm, you are pressing Ctrl + R after the flashing has completed, right? - `esptool` is only flashing, and `espflash` also flashes successfully. - `esptool` is using...
We have an usb cdc example in esp-hal, see https://github.com/esp-rs/esp-hal/blob/main/examples/src/bin/usb_serial.rs
I think you should use `--no-stub` as the current stubs do not support USB-OTG (https://github.com/esp-rs/esp-flasher-stub/issues/32) as you mentioned
When using `cargo-espflash` you dont need to point at the bootloader generated in the output folder as this is the default behavior. The `--bootloader` arg is useful for `espflash` or...
Hi! Mind giving some more details? Are you using espflash or cargo-espflash? Is it a `std` or `no_std` app? Also, mind trying using `--no-stub` and `--flash-size` arguments?
Hi! I've just implemented #561, which might help here (although it might not be a full solution, I think). You could use `--after no-reset` or `--after no-reset-no-stub` to avoid the...
As a summary for those who are not familiar with this issue (or #9) or with Rust in Windows, there are two ABIs available for Windows: - MSVC: Is the...
As discussed in #154, `espup` won't install this dependency.