There was an error while loading. Please reload this page.
[dependencies] embassy-stm32 = { version = "0.4.0", features = ["defmt", "stm32h563rg", "memory-x", "time-driver-any", "exti", "unstable-pac"] } embassy-sync = { version = "0.7.2", features = ["defmt"] } embassy-executor = { version = "0.9.0", features = ["arch-cortex-m", "executor-thread", "defmt"] } embassy-time = { version = "0.5.0", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } embassy-net = { version = "0.7.1", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet", "proto-ipv6"] } embassy-futures = { version = "0.1.2" } [patch.crates-io] embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-stm32 = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-usb = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" } embassy-net = { git = "https://github.com/embassy-rs/embassy.git", rev="1bbf35b" }