aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authoreverdrone <[email protected]>2025-09-20 12:39:15 +0200
committereverdrone <[email protected]>2025-09-20 12:39:15 +0200
commitc4b0e3a2bfc2c4b60f70f862a893b90b91954baa (patch)
tree1881fea51ca1ed1c792d3ed0a9f66df2c870bf63 /embassy-stm32/Cargo.toml
parentc6371d7a9b828297eae43e61440f4cc0af7a3979 (diff)
Add feature, disable flash for N6 family
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 6cd8ed262..fb4bc70b7 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -95,6 +95,7 @@ build = [
95 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "low-power", "stm32wba65ri", "time", "time-driver-any"]}, 95 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "low-power", "stm32wba65ri", "time", "time-driver-any"]},
96 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "stm32u5f9zj", "time", "time-driver-any"]}, 96 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "stm32u5f9zj", "time", "time-driver-any"]},
97 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "stm32u5g9nj", "time", "time-driver-any"]}, 97 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "stm32u5g9nj", "time", "time-driver-any"]},
98 {target = "thumbv8m.main-none-eabihf", features = ["defmt", "exti", "stm32n657x0", "time", "time-driver-any"]},
98 {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32wb35ce", "time", "time-driver-any"]}, 99 {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "stm32wb35ce", "time", "time-driver-any"]},
99 {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "low-power", "stm32wb55rg", "time", "time-driver-any"]}, 100 {target = "thumbv7em-none-eabi", features = ["defmt", "exti", "low-power", "stm32wb55rg", "time", "time-driver-any"]},
100 {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32u031r8", "time", "time-driver-any"]}, 101 {target = "thumbv6m-none-eabi", features = ["defmt", "exti", "stm32u031r8", "time", "time-driver-any"]},
@@ -173,8 +174,8 @@ cortex-m = "0.7.6"
173futures-util = { version = "0.3.30", default-features = false } 174futures-util = { version = "0.3.30", default-features = false }
174sdio-host = "0.9.0" 175sdio-host = "0.9.0"
175critical-section = "1.1" 176critical-section = "1.1"
176#stm32-metapac = { version = "18" } 177stm32-metapac = { path = "../../stm32-data/build/stm32-metapac" }
177stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7" } 178# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7" }
178 179
179vcell = "0.1.3" 180vcell = "0.1.3"
180nb = "1.0.0" 181nb = "1.0.0"
@@ -203,8 +204,8 @@ proptest-state-machine = "0.3.0"
203proc-macro2 = "1.0.36" 204proc-macro2 = "1.0.36"
204quote = "1.0.15" 205quote = "1.0.15"
205 206
206#stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} 207stm32-metapac = { path = "../../stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"]}
207stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7", default-features = false, features = ["metadata"] } 208# stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7", default-features = false, features = ["metadata"] }
208 209
209[features] 210[features]
210default = ["rt"] 211default = ["rt"]
@@ -1629,6 +1630,7 @@ stm32l562qe = [ "stm32-metapac/stm32l562qe" ]
1629stm32l562re = [ "stm32-metapac/stm32l562re" ] 1630stm32l562re = [ "stm32-metapac/stm32l562re" ]
1630stm32l562ve = [ "stm32-metapac/stm32l562ve" ] 1631stm32l562ve = [ "stm32-metapac/stm32l562ve" ]
1631stm32l562ze = [ "stm32-metapac/stm32l562ze" ] 1632stm32l562ze = [ "stm32-metapac/stm32l562ze" ]
1633stm32n657x0 = [ "stm32-metapac/stm32n657x0" ]
1632stm32u031c6 = [ "stm32-metapac/stm32u031c6" ] 1634stm32u031c6 = [ "stm32-metapac/stm32u031c6" ]
1633stm32u031c8 = [ "stm32-metapac/stm32u031c8" ] 1635stm32u031c8 = [ "stm32-metapac/stm32u031c8" ]
1634stm32u031f4 = [ "stm32-metapac/stm32u031f4" ] 1636stm32u031f4 = [ "stm32-metapac/stm32u031f4" ]