From 27985009579e82673dcaf7a6a715fcf50c184863 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 29 Jan 2024 20:56:15 +0100 Subject: Make RTIC 2 work on stable by using `main`'s stack as an allocator --- examples/stm32f411_rtc_interrupt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32f411_rtc_interrupt/README.md') 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/). -- cgit v1.2.3