diff options
| author | Torin Cooper-Bennun <[email protected]> | 2024-02-19 15:49:43 +0000 |
|---|---|---|
| committer | Torin Cooper-Bennun <[email protected]> | 2024-02-19 16:05:50 +0000 |
| commit | 67230dc4443d82aac14b590ba873fa647e5fc548 (patch) | |
| tree | 1ac1e34da8530ae31c177eb54dced454f56fd03f /embassy-stm32/src/flash/mod.rs | |
| parent | 69bfcaad42e560b3d52c0e03a761dcedf34cc09f (diff) | |
flash: h50: first pass at implementation
Diffstat (limited to 'embassy-stm32/src/flash/mod.rs')
| -rw-r--r-- | embassy-stm32/src/flash/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-stm32/src/flash/mod.rs b/embassy-stm32/src/flash/mod.rs index 4f43a7a48..1d8031e82 100644 --- a/embassy-stm32/src/flash/mod.rs +++ b/embassy-stm32/src/flash/mod.rs | |||
| @@ -102,10 +102,11 @@ pub enum FlashBank { | |||
| 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(flash_u5, path = "u5.rs")] |
| 105 | #[cfg_attr(flash_h50, path = "h50.rs")] | ||
| 105 | #[cfg_attr( | 106 | #[cfg_attr( |
| 106 | not(any( | 107 | not(any( |
| 107 | flash_l0, flash_l1, flash_l4, flash_wl, flash_wb, flash_f0, flash_f1, flash_f3, flash_f4, flash_f7, flash_g0, | 108 | flash_l0, flash_l1, flash_l4, flash_wl, flash_wb, flash_f0, flash_f1, flash_f3, flash_f4, flash_f7, flash_g0, |
| 108 | flash_g4, flash_h7, flash_h7ab, flash_u5 | 109 | flash_g4, flash_h7, flash_h7ab, flash_u5, flash_h50 |
| 109 | )), | 110 | )), |
| 110 | path = "other.rs" | 111 | path = "other.rs" |
| 111 | )] | 112 | )] |
