Determinant / bluepill-momo

A minimal example using USB CDC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluepill-momo

A minimal example using USB CDC.

Try out

Build by:

xargo build --release

Extract the image:

arm-none-eabi-objcopy -O binary target/thumbv7m-none-eabi/release/bluepill-momo bp

Flash the image and test run (suppose the device is discovered as /dev/ttyACM0):

sudo screen /dev/ttyACM0 9600

About

A minimal example using USB CDC


Languages

Language:Rust 96.6%Language:Logos 3.4%