From 7c7f6ce38600b9fbc99a1a0129d00cc2dbcb8406 Mon Sep 17 00:00:00 2001 From: xoviat Date: Wed, 3 Dec 2025 18:15:52 -0600 Subject: wpan: refactor into wb55 --- tests/stm32/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index 496a9de18..6ee7f8e84 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml @@ -51,8 +51,8 @@ stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"] chrono = ["embassy-stm32/chrono", "dep:chrono"] can = [] fdcan = [] -ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] -mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/mac"] +ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/wb55_ble"] +mac = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/wb55_mac"] embassy-stm32-wpan = [] not-gpdma = [] dac = [] @@ -77,7 +77,7 @@ embassy-executor = { version = "0.9.0", path = "../../embassy-executor", feature embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } embassy-stm32 = { version = "0.4.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any", "_allow-disable-rtc"] } embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } -embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "ble"] } +embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "wb55_ble"] } embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } perf-client = { path = "../perf-client" } -- cgit