From 75f1bb0cb28a5e68d8379aaf6259675cd09b7434 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Mon, 26 May 2025 19:09:40 +0300 Subject: [PATCH] stm32g4 v0.16 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05da015b..b5167eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.0.2" [dependencies] nb = "1" -stm32g4 = { version = "0.22.0", package = "stm32g4-staging", features = ["defmt"] } +stm32g4 = { version = "0.16.0", features = ["atomics"] } paste = "1.0" fugit = "0.3.7" stm32-usbd = { version = "0.7.0", optional = true } @@ -91,6 +91,7 @@ log-rtt = [] log-semihost = ["cortex-m-log/semihosting"] defmt = [ "dep:defmt", + "stm32g4/defmt", "fugit/defmt", "nb/defmt-0-3", "embedded-hal/defmt-03",