Skip to content

gdobato/b-l475e-iot01a-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b-l475e-iot01a-discovery

ci

Board Support crate for b-l475e-iot01a-discovery

Installation (Unix-like OS)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add thumbv7em-none-eabihf
cargo install cargo-embed cargo-binutils

Build

To build an example, run the following command:

cargo build --example <example_name> [--release]

For instance, to build blinky:

cargo build --example blinky

Flash with debug probe (JLink, ST-Link)

cargo embed --example <example_name> [--release]

For example, to flash blinky, run the following command:

cargo embed --example blinky

About

Board Support crate for b-l475e-iot01a-discovery. WIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages