FR
frytkisasmaczne/iw18ch32v003
How to build PlatformIO based project
- Install PlatformIO Core
- Download development platform with examples
- Extract ZIP archive
- Run these commands:
# Change directory to example
$ cd platform-ch32v/examples/blinky-ch32v003fun
# Build project
$ pio run
# Upload firmware
$ pio run --target upload
# Upload firmware for the specific environment
$ pio run -e ch32v003f4p6_evt_r0 --target upload
# Clean build files
$ pio run --target clean