esden / swan-stm32l4r5-embassy-examples

Code examples for the blues wireless swan board using rust embassy framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the set of generic Embassy examples adjusted for the Blues Swan board.

Running examples

  • Install rustup

  • Install the cross compiler target

rustup target add thumbv7em-none-eabi
  • Install probe-rs-cli with defmt support.
cargo install probe-rs-cli
  • Run the example

For example:

cargo run --release --bin blinky

License

This work is licensed under either of

at your option.

About

Code examples for the blues wireless swan board using rust embassy framework.

License:Apache License 2.0


Languages

Language:Rust 99.0%Language:RPC 1.0%