stm32f3-discovery

Board support package for the STM32F3DISCOVERY board.

Dependencies

To build embedded programs using this template you'll need:

console $ cargo install cargo-generate $ rustup target add thumbv7em-none-eabihf

Using this template

NOTE: This is the very short version that only covers building programs. For the long version, which additionally covers flashing, running and debugging programs, check the embedded Rust book and the Discover book.

``console $ cargo generate --git https://github.com/rubberduck203/stm32f3-discovery-quickstart Project Name: app Creating project calledapp`... Done! New project created /tmp/app

$ cd app $ cargo build ```

VS Code

This template includes launch configurations for debugging CortexM programs with Visual Studio Code located in the .vscode/ directory.
See .vscode/README.md for more information.
If you're not using VS Code, you can safely delete the directory from the generated project.

License

This template is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.