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/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/stm32f411_rtc_interrupt/Cargo.toml') diff --git a/examples/stm32f411_rtc_interrupt/Cargo.toml b/examples/stm32f411_rtc_interrupt/Cargo.toml index 90053a2..e8ccbf2 100644 --- a/examples/stm32f411_rtc_interrupt/Cargo.toml +++ b/examples/stm32f411_rtc_interrupt/Cargo.toml @@ -18,8 +18,8 @@ defmt-rtt = { version = "0.4.0"} rtic-sync = "1.0.2" [dependencies.stm32f4xx-hal] -version = "0.18.0" -features = ["rt", "stm32f411"] # replace the model of your microcontroller here +version = "0.20.0" +features = ["stm32f411"] # replace the model of your microcontroller here # this lets you use `cargo fix`! [[bin]] -- cgit v1.2.3