add build instructions
This commit is contained in:
parent
1c2cd2ff40
commit
dc26664372
2 changed files with 11 additions and 2 deletions
|
@ -7,3 +7,12 @@ Tweak framerate or MAX_ERROR in `main.rs` until the total size fits the 16k flas
|
|||
|
||||
By default it's tuned for bad apple.
|
||||
|
||||
## building ch32_decoder
|
||||
If you are not on Linux, good luck.
|
||||
|
||||
You will need [ch32v003fun](https://github.com/cnlohr/ch32v003fun/) in next to the folder for this repository.
|
||||
|
||||
The `gdbinit` file contains the device path for uploading via a Pi Pico with [PicoRVD](https://github.com/aappleby/PicoRVD). This is triggered with `make flash`.
|
||||
|
||||
If you have an official WCH programmer you can probably run `make cv_flash` to use minchlink from ch32v003fun, but I can't test this.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue