ch32-rs / wlink

An open source WCH-Link library/command line tool written in Rust.
Apache License 2.0
157 stars 26 forks source link

HEX file support #9

Closed Schildkroet closed 1 year ago

Schildkroet commented 1 year ago

Hello, for now it seems only BIN is supported for flash op. It would be great to flash also HEX files.

andelf commented 1 year ago

Thanks for your suggestion. I need this too. 😋

andelf commented 1 year ago

Done. I tested with my ch32v203 board.

Schildkroet commented 1 year ago

HEX file is working! :+1: