From f4e59d977ba8f7e86ace8fd5c90f30d995706d55 Mon Sep 17 00:00:00 2001 From: Filipriec Date: Mon, 10 Nov 2025 17:40:23 +0100 Subject: [PATCH] revert this commit its only to make it work on the notebook --- dma_gpio2/Cargo.lock | 8 ++++---- dma_gpio2/Cargo.toml | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dma_gpio2/Cargo.lock b/dma_gpio2/Cargo.lock index e5f74da..baff37b 100644 --- a/dma_gpio2/Cargo.lock +++ b/dma_gpio2/Cargo.lock @@ -1029,17 +1029,17 @@ dependencies = [ [[package]] name = "stm32-fmc" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f0639399e2307c2446c54d91d4f1596343a1e1d5cab605b9cce11d0ab3858c" +checksum = "72692594faa67f052e5e06dd34460951c21e83bc55de4feb8d2666e2f15480a2" dependencies = [ - "embedded-hal 0.2.7", + "embedded-hal 1.0.0", ] [[package]] name = "stm32-metapac" version = "18.0.0" -source = "git+https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0#9b8fb67703361e2237b6c1ec4f1ee5949223d412" +source = "git+https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-22374e3344a2c9150b9b3d4da45c03f398fdc54e#31546499ddabe97044beae13ca8b535575b52a56" dependencies = [ "cortex-m", "cortex-m-rt", diff --git a/dma_gpio2/Cargo.toml b/dma_gpio2/Cargo.toml index b87b77d..fb5c4ac 100644 --- a/dma_gpio2/Cargo.toml +++ b/dma_gpio2/Cargo.toml @@ -10,13 +10,13 @@ cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-sing cortex-m-rt = "0.7.5" panic-halt = "1.0.0" -embassy-executor = { path = "/home/filip/programs/embassy/embassy-executor", features = ["arch-cortex-m", "executor-thread"] } -embassy-futures = { path = "/home/filip/programs/embassy/embassy-futures" } -embassy-sync = { path = "/home/filip/programs/embassy/embassy-sync" } -embassy-time = { path = "/home/filip/programs/embassy/embassy-time", features = ["tick-hz-32_768"] } -embassy-hal-internal = { path = "/home/filip/programs/embassy/embassy-hal-internal" } -embassy-usb = { path = "/home/filip/programs/embassy/embassy-usb" } -embassy-stm32 = { path = "/home/filip/programs/embassy/embassy-stm32", features = ["unstable-pac", "stm32u575zi", "time-driver-tim2", "memory-x", "defmt"] } +embassy-executor = { path = "/home/priec/programs/embassy/embassy-executor", features = ["arch-cortex-m", "executor-thread"] } +embassy-futures = { path = "/home/priec/programs/embassy/embassy-futures" } +embassy-sync = { path = "/home/priec/programs/embassy/embassy-sync" } +embassy-time = { path = "/home/priec/programs/embassy/embassy-time", features = ["tick-hz-32_768"] } +embassy-hal-internal = { path = "/home/priec/programs/embassy/embassy-hal-internal" } +embassy-usb = { path = "/home/priec/programs/embassy/embassy-usb" } +embassy-stm32 = { path = "/home/priec/programs/embassy/embassy-stm32", features = ["unstable-pac", "stm32u575zi", "time-driver-tim2", "memory-x", "defmt"] } embedded-hal = "1.0.0" embedded-graphics = "0.8.1"