va108xx-rs/examples
Robin Mueller d6f69d4a54
Some checks are pending
Rust/va108xx-rs/pipeline/pr-main Build queued...
Finished flashloader and bootloader implementation
2024-09-30 11:41:52 +02:00
..
embassy update package 2024-09-20 10:53:42 +02:00
rtic Finished flashloader and bootloader implementation 2024-09-30 11:41:52 +02:00
simple Finished flashloader and bootloader implementation 2024-09-30 11:41:52 +02:00
README.md update package 2024-09-20 10:53:42 +02:00

VA108xx Example Applications

This folder contains various examples Consult the main README first for setup of the repository.

Simple examples

cargo run --example blinky

You can have a look at the simple/examples folder to see all available simple examples

RTIC example

cargo run --bin rtic-example

Embassy example

cargo run --bin embassy-example