compiled and working

This commit is contained in:
Priec
2025-11-01 23:47:15 +01:00
parent 4365c72688
commit 15b3b96b68
4 changed files with 38 additions and 20 deletions

10
dma_gpio/Cargo.lock generated
View File

@@ -279,6 +279,7 @@ dependencies = [
"micromath",
"panic-halt",
"panic-probe",
"static_cell",
"tinybmp",
]
@@ -1033,6 +1034,15 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_cell"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0530892bb4fa575ee0da4b86f86c667132a94b74bb72160f58ee5a4afec74c23"
dependencies = [
"portable-atomic",
]
[[package]]
name = "stm32-fmc"
version = "0.3.2"