**NOTE**: This tool is still in development and not ready for production use.
**Known issues**:
- Only support binary firmware file
## Tested On
### Probes
@ -43,13 +39,13 @@
## Install
`cargo install --git` or download a binary from the [Nightly Release page](https://github.com/ch32-rs/wlink/releases/tag/nightly).
`cargo install --git https://github.com/ch32-rs/wlink` or download a binary from the [Nightly Release page](https://github.com/ch32-rs/wlink/releases/tag/nightly).
## Usage
```console
> # Flash firmware.bin to Code FLASH at address 0x08000000
> cargo run -- flash --address 0x08000000 ./firmware.bin