diff options
| author | everdrone <[email protected]> | 2025-09-20 12:39:15 +0200 |
|---|---|---|
| committer | everdrone <[email protected]> | 2025-09-20 12:39:15 +0200 |
| commit | c4b0e3a2bfc2c4b60f70f862a893b90b91954baa (patch) | |
| tree | 1881fea51ca1ed1c792d3ed0a9f66df2c870bf63 /embassy-stm32/Cargo.toml | |
| parent | c6371d7a9b828297eae43e61440f4cc0af7a3979 (diff) | |
Add feature, disable flash for N6 family
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 10 |
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" | |||
| 173 | futures-util = { version = "0.3.30", default-features = false } | 174 | futures-util = { version = "0.3.30", default-features = false } |
| 174 | sdio-host = "0.9.0" | 175 | sdio-host = "0.9.0" |
| 175 | critical-section = "1.1" | 176 | critical-section = "1.1" |
| 176 | #stm32-metapac = { version = "18" } | 177 | stm32-metapac = { path = "../../stm32-data/build/stm32-metapac" } |
| 177 | stm32-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 | ||
| 179 | vcell = "0.1.3" | 180 | vcell = "0.1.3" |
| 180 | nb = "1.0.0" | 181 | nb = "1.0.0" |
| @@ -203,8 +204,8 @@ proptest-state-machine = "0.3.0" | |||
| 203 | proc-macro2 = "1.0.36" | 204 | proc-macro2 = "1.0.36" |
| 204 | quote = "1.0.15" | 205 | quote = "1.0.15" |
| 205 | 206 | ||
| 206 | #stm32-metapac = { version = "18", default-features = false, features = ["metadata"]} | 207 | stm32-metapac = { path = "../../stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"]} |
| 207 | stm32-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] |
| 210 | default = ["rt"] | 211 | default = ["rt"] |
| @@ -1629,6 +1630,7 @@ stm32l562qe = [ "stm32-metapac/stm32l562qe" ] | |||
| 1629 | stm32l562re = [ "stm32-metapac/stm32l562re" ] | 1630 | stm32l562re = [ "stm32-metapac/stm32l562re" ] |
| 1630 | stm32l562ve = [ "stm32-metapac/stm32l562ve" ] | 1631 | stm32l562ve = [ "stm32-metapac/stm32l562ve" ] |
| 1631 | stm32l562ze = [ "stm32-metapac/stm32l562ze" ] | 1632 | stm32l562ze = [ "stm32-metapac/stm32l562ze" ] |
| 1633 | stm32n657x0 = [ "stm32-metapac/stm32n657x0" ] | ||
| 1632 | stm32u031c6 = [ "stm32-metapac/stm32u031c6" ] | 1634 | stm32u031c6 = [ "stm32-metapac/stm32u031c6" ] |
| 1633 | stm32u031c8 = [ "stm32-metapac/stm32u031c8" ] | 1635 | stm32u031c8 = [ "stm32-metapac/stm32u031c8" ] |
| 1634 | stm32u031f4 = [ "stm32-metapac/stm32u031f4" ] | 1636 | stm32u031f4 = [ "stm32-metapac/stm32u031f4" ] |
