Board Support crate for b-l475e-iot01a-discovery
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add thumbv7em-none-eabihf
cargo install cargo-embed cargo-binutils
To build an example, run the following command:
cargo build --example <example_name> [--release]
For instance, to build blinky
:
cargo build --example blinky
cargo embed --example <example_name> [--release]
For example, to flash blinky
, run the following command:
cargo embed --example blinky