zipfried / longan-nano-blinky-rs

blinky on GD32VF103

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blinky written in rust on Longan Nano (GD32VF103CB)

To flash, you need cargo-binutils and dfu-utils, then execute following commands.

$ cargo objcopy --release -- -O binary blinky.bin
$ dfu-util -a 0 --dfuse-address 0x08000000:leave -D blinky.bin

About

blinky on GD32VF103


Languages

Language:Rust 70.8%Language:RPC 29.2%