diff options
| author | xoviat <[email protected]> | 2025-11-12 20:06:00 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-11-12 20:06:00 -0600 |
| commit | f0506252e21c96ce3b03e0d1c061a831d7dfe3c3 (patch) | |
| tree | 839f8dac139321665abc293f907ad13d5721aede /embassy-stm32/Cargo.toml | |
| parent | 07c918023c1b233a2f9f16eb0b654169c0379f79 (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.toml | 1 |
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" } | |||
| 188 | embedded-io-async = { version = "0.6.1" } | 188 | embedded-io-async = { version = "0.6.1" } |
| 189 | chrono = { version = "^0.4", default-features = false, optional = true } | 189 | chrono = { version = "^0.4", default-features = false, optional = true } |
| 190 | bit_field = "0.10.2" | 190 | bit_field = "0.10.2" |
| 191 | trait-set = "0.3.0" | ||
| 191 | document-features = "0.2.7" | 192 | document-features = "0.2.7" |
| 192 | 193 | ||
| 193 | static_assertions = { version = "1.1" } | 194 | static_assertions = { version = "1.1" } |
