Sergio Gasquez Arcos
Sergio Gasquez Arcos
This PR fixes some constants and structs which were wrong for ESP-IDF targets. I created an app that compares all the constants in `src/unix/newlib` and `src/unix/newlib/espidf` modules with the ones...
See https://github.com/esp-rs/espflash/pull/737/files#r1937149668
See https://github.com/esp-rs/espflash/issues/704#issuecomment-2586991773
Don't really like the way I solved this as it's basically a bunch of duplicated code, but not sure if there's any better way. Draft until I do some more...
> Here's the result: > > ``` > > espflash read-flash --no-stub 0x9000 0x6000 ./nvs_dump_devkit > > [2024-10-25T10:45:55Z INFO ] 🚀 A new version of espflash is available: v3.2.0 >...