diff options
| author | Gerzain Mata <[email protected]> | 2025-07-29 01:01:15 -0700 |
|---|---|---|
| committer | Gerzain Mata <[email protected]> | 2025-07-29 01:26:05 -0700 |
| commit | a19d5476dcdf170b3b5aa8ff16daced44d11cff5 (patch) | |
| tree | d92ecc2978c55fbda252a7a40d1a5d113a6e0a7c /embassy-stm32/src | |
| parent | 7cf7f8b0ef344cdbef76703d4d700fbfddda23c9 (diff) | |
Aligned STM32WBA with U5 flash HAL
Diffstat (limited to 'embassy-stm32/src')
| -rw-r--r-- | embassy-stm32/src/flash/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/src/flash/mod.rs b/embassy-stm32/src/flash/mod.rs index a3f9e00f7..3e74d857a 100644 --- a/embassy-stm32/src/flash/mod.rs +++ b/embassy-stm32/src/flash/mod.rs | |||
| @@ -101,7 +101,7 @@ compile_error!("The 'eeprom' cfg is enabled for a non-L0/L1 chip family. This is | |||
| 101 | #[cfg_attr(any(flash_g0x0, flash_g0x1, flash_g4c2, flash_g4c3, flash_g4c4), path = "g.rs")] | 101 | #[cfg_attr(any(flash_g0x0, flash_g0x1, flash_g4c2, flash_g4c3, flash_g4c4), path = "g.rs")] |
| 102 | #[cfg_attr(flash_h7, path = "h7.rs")] | 102 | #[cfg_attr(flash_h7, path = "h7.rs")] |
| 103 | #[cfg_attr(flash_h7ab, path = "h7.rs")] | 103 | #[cfg_attr(flash_h7ab, path = "h7.rs")] |
| 104 | #[cfg_attr(flash_u5, path = "u5.rs")] | 104 | #[cfg_attr(any(flash_u5, flash_wba), path = "u5.rs")] |
| 105 | #[cfg_attr(flash_h5, path = "h5.rs")] | 105 | #[cfg_attr(flash_h5, path = "h5.rs")] |
| 106 | #[cfg_attr(flash_h50, path = "h50.rs")] | 106 | #[cfg_attr(flash_h50, path = "h50.rs")] |
| 107 | #[cfg_attr(flash_u0, path = "u0.rs")] | 107 | #[cfg_attr(flash_u0, path = "u0.rs")] |
| @@ -109,7 +109,7 @@ compile_error!("The 'eeprom' cfg is enabled for a non-L0/L1 chip family. This is | |||
| 109 | not(any( | 109 | not(any( |
| 110 | flash_l0, flash_l1, flash_l4, flash_l5, flash_wl, flash_wb, flash_f0, flash_f1, flash_f2, flash_f3, flash_f4, | 110 | flash_l0, flash_l1, flash_l4, flash_l5, flash_wl, flash_wb, flash_f0, flash_f1, flash_f2, flash_f3, flash_f4, |
| 111 | flash_f7, flash_g0x0, flash_g0x1, flash_g4c2, flash_g4c3, flash_g4c4, flash_h7, flash_h7ab, flash_u5, | 111 | flash_f7, flash_g0x0, flash_g0x1, flash_g4c2, flash_g4c3, flash_g4c4, flash_h7, flash_h7ab, flash_u5, |
| 112 | flash_h50, flash_u0, flash_h5, | 112 | flash_wba, flash_h50, flash_u0, flash_h5, |
| 113 | )), | 113 | )), |
| 114 | path = "other.rs" | 114 | path = "other.rs" |
| 115 | )] | 115 | )] |
