aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f411_rtc_interrupt/README.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2024-01-29 20:56:15 +0100
committerEmil Fresk <emil.fresk@gmail.com>2024-02-27 12:22:18 +0100
commit27985009579e82673dcaf7a6a715fcf50c184863 (patch)
tree8ae8f1cc9e8c6d2c2581467a4a537d8b84ae6552 /examples/stm32f411_rtc_interrupt/README.md
parentd2e84799c743eeb4b827d8da576be45ed43d6ece (diff)
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Diffstat (limited to 'examples/stm32f411_rtc_interrupt/README.md')
-rw-r--r--examples/stm32f411_rtc_interrupt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f411_rtc_interrupt/README.md b/examples/stm32f411_rtc_interrupt/README.md
index 55b7a7d..689ea9d 100644
--- a/examples/stm32f411_rtc_interrupt/README.md
+++ b/examples/stm32f411_rtc_interrupt/README.md
@@ -6,7 +6,7 @@ After configured, it will listen to periodic wake-up interrupts happening every
## How-to
### Build
-Run `cargo +nightly build` to compile the code. If you run it for the first time, it will take some time to download and compile dependencies.
+Run `cargo build --release` to compile the code. If you run it for the first time, it will take some time to download and compile dependencies.
### Run
Install `probe-rs` and configure it using the [debugging extension for VScode](https://probe.rs/docs/tools/debugger/).