diff options
| author | David Haig <[email protected]> | 2024-06-28 11:35:38 +0100 |
|---|---|---|
| committer | David Haig <[email protected]> | 2024-06-28 11:35:38 +0100 |
| commit | 47c7bb2bb539712de7534a7f58ac9685e9894645 (patch) | |
| tree | 7774aa3243f4c43a4afb95d7a95e651c19ee3825 /embassy-stm32 | |
| parent | 0e84bd8a91095c035b1b2fdf0c0d8d95b736cc9f (diff) | |
Updated metapac dependency to latest for LTDC support
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 7a81b705d..d0e7ffd6d 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -72,8 +72,7 @@ rand_core = "0.6.3" | |||
| 72 | sdio-host = "0.5.0" | 72 | sdio-host = "0.5.0" |
| 73 | critical-section = "1.1" | 73 | critical-section = "1.1" |
| 74 | #stm32-metapac = { version = "15" } | 74 | #stm32-metapac = { version = "15" } |
| 75 | #stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-a8ab0a3421ed0ca4b282f54028a0a2decacd8631" } | 75 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-cb8af7b3c2cfb88283e0ce979a318657853434c0" } |
| 76 | stm32-metapac = { git = "https://github.com/ninjasource/stm32-data-generated", branch = "stm32-ltdc", commit = "4c902fcd0889619e8af8bc03fa13b45c56fb3540" } | ||
| 77 | 76 | ||
| 78 | vcell = "0.1.3" | 77 | vcell = "0.1.3" |
| 79 | nb = "1.0.0" | 78 | nb = "1.0.0" |
| @@ -98,7 +97,7 @@ proc-macro2 = "1.0.36" | |||
| 98 | quote = "1.0.15" | 97 | quote = "1.0.15" |
| 99 | 98 | ||
| 100 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 99 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 101 | stm32-metapac = { git = "https://github.com/ninjasource/stm32-data-generated", branch = "stm32-ltdc", commit = "4c902fcd0889619e8af8bc03fa13b45c56fb3540", default-features = false, features = ["metadata"] } | 100 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-cb8af7b3c2cfb88283e0ce979a318657853434c0", default-features = false, features = ["metadata"] } |
| 102 | 101 | ||
| 103 | [features] | 102 | [features] |
| 104 | default = ["rt"] | 103 | default = ["rt"] |
