diff options
| author | Karun <[email protected]> | 2024-01-26 20:40:32 -0500 |
|---|---|---|
| committer | Karun <[email protected]> | 2024-03-07 14:30:53 -0500 |
| commit | 9905bbe9f7ed195932bb7d14dd363a9624aabdc7 (patch) | |
| tree | 40f9d6a8e1bfaa7ddf83f913567eaf33ad41c38b | |
| parent | 2ab1b2ac9a13ae0436f1a2c32f984c01a67ebde7 (diff) | |
Update peripheral crate to updated octospi pac
| -rw-r--r-- | embassy-stm32/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 865970dfb..b80509098 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -67,8 +67,8 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa | |||
| 67 | rand_core = "0.6.3" | 67 | rand_core = "0.6.3" |
| 68 | sdio-host = "0.5.0" | 68 | sdio-host = "0.5.0" |
| 69 | critical-section = "1.1" | 69 | critical-section = "1.1" |
| 70 | stm32-metapac = { version = "15" } | 70 | # stm32-metapac = { version = "15" } |
| 71 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } | 71 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2d51fbe7363a376606cb670cc2cec0f634251022" } |
| 72 | vcell = "0.1.3" | 72 | vcell = "0.1.3" |
| 73 | bxcan = "0.7.0" | 73 | bxcan = "0.7.0" |
| 74 | nb = "1.0.0" | 74 | nb = "1.0.0" |
| @@ -86,8 +86,8 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 86 | [build-dependencies] | 86 | [build-dependencies] |
| 87 | proc-macro2 = "1.0.36" | 87 | proc-macro2 = "1.0.36" |
| 88 | quote = "1.0.15" | 88 | quote = "1.0.15" |
| 89 | stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 89 | # stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 90 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]} | 90 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2d51fbe7363a376606cb670cc2cec0f634251022", default-features = false, features = ["metadata"]} |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | [features] | 93 | [features] |
