diff options
| author | xoviat <[email protected]> | 2023-07-19 17:49:08 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-19 17:49:08 -0500 |
| commit | 28254842db645bc961d19fa2287610b7b1d3447c (patch) | |
| tree | f7159309f5e4828391876c5df04f131dd462f429 /embassy-stm32-wpan/Cargo.toml | |
| parent | ca1d4179a792d4a33b4f2b97b33002759fd28a21 (diff) | |
- optimize event to parse opcode only once
- optimze channels
- return mut ref for smoltcp rx
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
| -rw-r--r-- | embassy-stm32-wpan/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml index ab58714d6..6cd122200 100644 --- a/embassy-stm32-wpan/Cargo.toml +++ b/embassy-stm32-wpan/Cargo.toml | |||
| @@ -17,7 +17,6 @@ embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true } | |||
| 17 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 17 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 18 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common" } | 18 | embassy-hal-common = { version = "0.1.0", path = "../embassy-hal-common" } |
| 19 | embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" } | 19 | embassy-embedded-hal = { version = "0.1.0", path = "../embassy-embedded-hal" } |
| 20 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel", optional=true } | ||
| 21 | embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver", optional=true } | 20 | embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver", optional=true } |
| 22 | 21 | ||
| 23 | defmt = { version = "0.3", optional = true } | 22 | defmt = { version = "0.3", optional = true } |
| @@ -35,7 +34,7 @@ bitflags = { version = "2.3.3", optional = true } | |||
| 35 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"] | 34 | defmt = ["dep:defmt", "embassy-sync/defmt", "embassy-embedded-hal/defmt", "embassy-hal-common/defmt", "stm32wb-hci?/defmt"] |
| 36 | 35 | ||
| 37 | ble = ["dep:stm32wb-hci"] | 36 | ble = ["dep:stm32wb-hci"] |
| 38 | mac = ["dep:bitflags", "dep:embassy-net-driver-channel", "dep:embassy-net-driver"] | 37 | mac = ["dep:bitflags", "dep:embassy-net-driver" ] |
| 39 | 38 | ||
| 40 | stm32wb10cc = [ "embassy-stm32/stm32wb10cc" ] | 39 | stm32wb10cc = [ "embassy-stm32/stm32wb10cc" ] |
| 41 | stm32wb15cc = [ "embassy-stm32/stm32wb15cc" ] | 40 | stm32wb15cc = [ "embassy-stm32/stm32wb15cc" ] |
