esp32_image_parser icon indicating copy to clipboard operation
esp32_image_parser copied to clipboard

Support for other ESP32 variants (C3, etc)

Open RoganDawes opened this issue 3 years ago • 4 comments
trafficstars

It would be really great to have support for other ESP32 chip variants, in particular the RISC-V-baed chips. I got the first step of selecting the "esp32c3" in LoadFirmwareImage, but still need to figure out the processor family changes required from EXTENSA to RISCV, etc.

RoganDawes avatar Sep 09 '22 10:09 RoganDawes

So makeelf 0.35 now has constants for the RISCV family, which lets me get a tiny bit further. Will keep poking at this.

RoganDawes avatar Jun 06 '23 11:06 RoganDawes

any news?)

delfer avatar Dec 13 '23 20:12 delfer

Not from me, I'm afraid. The project that I needed it for was cancelled (Sunsynk pushed a fix to their fleet of WiFi dongles).

RoganDawes avatar Dec 14 '23 03:12 RoganDawes

Anybody here can check this PR https://github.com/tenable/esp32_image_parser/pull/12

delfer avatar Dec 14 '23 07:12 delfer