From 6f732c5f259033dd005e69554f69c9ca43ea8505 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Thu, 18 Jan 2024 19:16:41 -0500 Subject: [PATCH] updated quickstart link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3158c0e..8a432e6 100644 --- a/README.md +++ b/README.md @@ -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