esp-rs/espflash repo issues and pull requests
`espflash` hangs on `panic` on USB interface #930 [theembeddedrustacean]
I can't pinpoint the exact version, but in one of the recent updates, when I flash code and it panics, the...
Add xtask command for running HIL tests #912 [JurajSadel] skip-changelog
Opening as a draft so I can test on the HIL runners.
Check `app_desc` _only_ for esp-hal projects #892 [JurajSadel] skip-changelog
Note: For testing non-esp-hal based project, I used ESP-IDF's hello_world example, and I hope it is valid test. closes #886
espflash ignores partition table config setting #929 [adrian-aaen] bug
The saga of #156 continues! I'm using the latest version (4.0.1) of espflash, on an ESP32S3. Edit: I'm also using...
Fix using `cli::IdfFormatArgs` in `espflash.toml` #931 [JurajSadel] skip-changelog
The image format refactor introduced some layers to ProjectConfig struct so it needs some additional...
espflash monitor Error: × The bootloader returned an error #928 [daychongyang]
I am a beginner at ESP, but I just failed to execute the first command on my ESP32-C3 device, and what frustrates me...
JurajSadel: Hello @daychongyang, can you please provide some information about the project you are trying to...
daychongyang: I connected the new ESP32 board to the computer via USB, can I directly obtain the corresponding...
JurajSadel: I connected the new ESP32 board to the computer via USB, can I directly obtain the corresponding...
daychongyang: Are there any special initialization operations that I should perform in advance on the newly...
JurajSadel: Can you provide additional information about your project? How did you create it, what...