ch32-rs / wchisp

WCH ISP Tool in Rust
https://ch32-rs.github.io/wchisp/
GNU General Public License v2.0
166 stars 28 forks source link

Cross compile support for ARM linux #27

Open tonyho opened 1 year ago

tonyho commented 1 year ago

Can this tool support run on ARM Linux? (armv7 and aarch64) Right now, it seems only run on Linux X86?

andelf commented 1 year ago

On my Raspbian, it works as in a normal workflow:

# assume rust installed
sudo apt install libusb-1.0-0-dev

cargo run --release
tonyho commented 1 year ago

Thanks. Can project release the ELF in Action for ARMv7a + Linux?