Skip to content

Commit deb4b3b

Browse files
authored
stm32g4 v0.16 (#202)
1 parent 5ebfc36 commit deb4b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = "0.0.2"
1313

1414
[dependencies]
1515
nb = "1"
16-
stm32g4 = { version = "0.22.0", package = "stm32g4-staging", features = ["defmt"] }
16+
stm32g4 = { version = "0.16.0", features = ["atomics"] }
1717
paste = "1.0"
1818
fugit = "0.3.7"
1919
stm32-usbd = { version = "0.7.0", optional = true }
@@ -91,6 +91,7 @@ log-rtt = []
9191
log-semihost = ["cortex-m-log/semihosting"]
9292
defmt = [
9393
"dep:defmt",
94+
"stm32g4/defmt",
9495
"fugit/defmt",
9596
"nb/defmt-0-3",
9697
"embedded-hal/defmt-03",

0 commit comments

Comments
 (0)