diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-26 01:14:12 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-26 01:17:30 +0200 |
| commit | 085ab9f617357cf94b8b4e44424850e48add2fae (patch) | |
| tree | bc30c7c23c77c4f7a30b001f16f58224bf956f57 /embassy-stm32/Cargo.toml | |
| parent | fc8c3e1e4babaa6344bdbab49a9542a29c88cc25 (diff) | |
stm32: update metapac, add L4+ to CI.
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index b029f33b0..82bc73708 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -66,6 +66,10 @@ build = [ | |||
| 66 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l431cb", "time", "time-driver-any"]}, | 66 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l431cb", "time", "time-driver-any"]}, |
| 67 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l476vg", "time", "time-driver-any"]}, | 67 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l476vg", "time", "time-driver-any"]}, |
| 68 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l422cb", "time", "time-driver-any"]}, | 68 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l422cb", "time", "time-driver-any"]}, |
| 69 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l4p5ae", "time", "time-driver-any", "single-bank"]}, | ||
| 70 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l4q5zg", "time", "time-driver-any", "single-bank"]}, | ||
| 71 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l4r9vi", "time", "time-driver-any", "dual-bank"]}, | ||
| 72 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32l4s7vi", "time", "time-driver-any", "dual-bank"]}, | ||
| 69 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32wb15cc", "time", "time-driver-any"]}, | 73 | {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32wb15cc", "time", "time-driver-any"]}, |
| 70 | {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32l072cz", "time", "time-driver-any"]}, | 74 | {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32l072cz", "time", "time-driver-any"]}, |
| 71 | {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32l041f6", "time", "time-driver-any"]}, | 75 | {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32l041f6", "time", "time-driver-any"]}, |
| @@ -174,7 +178,7 @@ futures-util = { version = "0.3.30", default-features = false } | |||
| 174 | sdio-host = "0.9.0" | 178 | sdio-host = "0.9.0" |
| 175 | critical-section = "1.1" | 179 | critical-section = "1.1" |
| 176 | #stm32-metapac = { version = "18" } | 180 | #stm32-metapac = { version = "18" } |
| 177 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b46fcc32f329f05fbdca4c007ed4bc305b0ade85" } | 181 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0" } |
| 178 | 182 | ||
| 179 | vcell = "0.1.3" | 183 | vcell = "0.1.3" |
| 180 | nb = "1.0.0" | 184 | nb = "1.0.0" |
| @@ -204,7 +208,7 @@ proc-macro2 = "1.0.36" | |||
| 204 | quote = "1.0.15" | 208 | quote = "1.0.15" |
| 205 | 209 | ||
| 206 | #stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} | 210 | #stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} |
| 207 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b46fcc32f329f05fbdca4c007ed4bc305b0ade85", default-features = false, features = ["metadata"] } | 211 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-b9f6b0c542d85ee695d71c35ced195e0cef51ac0", default-features = false, features = ["metadata"] } |
| 208 | 212 | ||
| 209 | [features] | 213 | [features] |
| 210 | default = ["rt"] | 214 | default = ["rt"] |
