Skip to content

Demo Project for TUfast to evaluate Embedded Rust with Embassy

License

Notifications You must be signed in to change notification settings

Systemscape/stm32h7b3i-dk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32h7b3i-dk-demo

Minimal project showing how easy it is to get started with Embedded Rust.

Install Rust Compiler

https://www.rust-lang.org/learn/get-started

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install probe-rs

https://probe.rs/

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh

Flash and Run

cargo run

This will download all dependencies, build the project and then call probe-rs to flash the binary.

About

Demo Project for TUfast to evaluate Embedded Rust with Embassy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages