Skip to content

Commit

Permalink
updated quickstart link
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Jan 19, 2024
1 parent 77b2b05 commit 6f732c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Tested on the following devices:
- [Install Rust](https://www.rust-lang.org/tools/install).
- Install the compilation target for your MCU. Eg run `rustup target add thumbv7em-none-eabihf`. You'll need to change the last part if using a Cortex-M0, Cortex-M33, (Eg Stm32G0 or L5 respectively) or if you don't want to use hardware floats.
- Install flash and debug tools: `cargo install flip-link`, `cargo install probe-rs --features cli`.
- Clone the [quickstart repo](https://github.com/David-OConnor/stm32-hal-quickstart): `git clone https://github.com/David-OConnor/stm32-hal-quickstart1`.
- Clone the [quickstart repo](https://github.com/David-OConnor/stm32-hal-quickstart1): `git clone https://github.com/David-OConnor/stm32-hal-quickstart1`.
- Change the following lines to match your MCU. Post an issue if you need help with this:
- `Cargo.toml`: `stm32-hal2 = { version = "^1.5.0", features = ["l4x3", "l4rt"]}`
- `memory.x`: `FLASH` and `RAM` lines
Expand Down

0 comments on commit 6f732c5

Please sign in to comment.