aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-11-12 20:06:00 -0600
committerxoviat <[email protected]>2025-11-12 20:06:00 -0600
commitf0506252e21c96ce3b03e0d1c061a831d7dfe3c3 (patch)
tree839f8dac139321665abc293f907ad13d5721aede /embassy-stm32/Cargo.toml
parent07c918023c1b233a2f9f16eb0b654169c0379f79 (diff)
stm32: extract adc4
extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index ec49924a2..2f4f2ce51 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -188,6 +188,7 @@ embedded-io = { version = "0.6.0" }
188embedded-io-async = { version = "0.6.1" } 188embedded-io-async = { version = "0.6.1" }
189chrono = { version = "^0.4", default-features = false, optional = true } 189chrono = { version = "^0.4", default-features = false, optional = true }
190bit_field = "0.10.2" 190bit_field = "0.10.2"
191trait-set = "0.3.0"
191document-features = "0.2.7" 192document-features = "0.2.7"
192 193
193static_assertions = { version = "1.1" } 194static_assertions = { version = "1.1" }