diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-02-10 02:50:35 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-02-10 02:50:35 +0100 |
| commit | 832776d2c72a1fa9f6dcc89ea535e1023c368456 (patch) | |
| tree | a75fe3246669a489aa627dc2361ee923be0e6c8c | |
| parent | e7d0b8db88fa032b5d825901092aca78b0b424ce (diff) | |
stm32: update metapac.
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/h.rs | 1 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/u5.rs | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index eb67404d3..3f5f12f06 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -68,7 +68,7 @@ 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-028efe4e6e0719b661cbdf8ffda3341e4d63d0df" } | 71 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-5bf4bec597bdf0d85402789b40c3a37b0f5a8e76" } |
| 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" |
| @@ -89,7 +89,7 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 89 | proc-macro2 = "1.0.36" | 89 | proc-macro2 = "1.0.36" |
| 90 | quote = "1.0.15" | 90 | quote = "1.0.15" |
| 91 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 91 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 92 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-028efe4e6e0719b661cbdf8ffda3341e4d63d0df", default-features = false, features = ["metadata"]} | 92 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-5bf4bec597bdf0d85402789b40c3a37b0f5a8e76", default-features = false, features = ["metadata"]} |
| 93 | 93 | ||
| 94 | 94 | ||
| 95 | [features] | 95 | [features] |
diff --git a/embassy-stm32/src/rcc/h.rs b/embassy-stm32/src/rcc/h.rs index 352e10816..474c44115 100644 --- a/embassy-stm32/src/rcc/h.rs +++ b/embassy-stm32/src/rcc/h.rs | |||
| @@ -658,6 +658,7 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 658 | #[cfg(stm32h5)] | 658 | #[cfg(stm32h5)] |
| 659 | audioclk: None, | 659 | audioclk: None, |
| 660 | per: None, | 660 | per: None, |
| 661 | i2s_ckin: None, | ||
| 661 | ); | 662 | ); |
| 662 | } | 663 | } |
| 663 | 664 | ||
diff --git a/embassy-stm32/src/rcc/u5.rs b/embassy-stm32/src/rcc/u5.rs index 9cec6c96c..20cc3112a 100644 --- a/embassy-stm32/src/rcc/u5.rs +++ b/embassy-stm32/src/rcc/u5.rs | |||
| @@ -477,6 +477,7 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 477 | pll3_p: None, | 477 | pll3_p: None, |
| 478 | pll3_q: None, | 478 | pll3_q: None, |
| 479 | pll3_r: None, | 479 | pll3_r: None, |
| 480 | iclk: None, | ||
| 480 | ); | 481 | ); |
| 481 | } | 482 | } |
| 482 | 483 | ||
