diff options
| author | leftger <[email protected]> | 2025-07-27 09:38:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-27 09:38:38 -0700 |
| commit | b9e643d5c2d7192143e91db83b9e8377f0fbcacc (patch) | |
| tree | 86a695a05ccb70be67613ea742b14094a7aca362 /embassy-stm32/build.rs | |
| parent | 1b3674b30ac2b7deb8e19b132d5ba15351cb8ebd (diff) | |
| parent | 77a8bc27e9c34e363f321132ebb9e8d8ff684a9f (diff) | |
Merge branch 'main' into feat/stm32wba-rcc-pll-support
Diffstat (limited to 'embassy-stm32/build.rs')
| -rw-r--r-- | embassy-stm32/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs index a4ed86bdf..deefb13c1 100644 --- a/embassy-stm32/build.rs +++ b/embassy-stm32/build.rs | |||
| @@ -1599,7 +1599,7 @@ fn main() { | |||
| 1599 | for e in rcc_registers.ir.enums { | 1599 | for e in rcc_registers.ir.enums { |
| 1600 | fn is_rcc_name(e: &str) -> bool { | 1600 | fn is_rcc_name(e: &str) -> bool { |
| 1601 | match e { | 1601 | match e { |
| 1602 | "Pllp" | "Pllq" | "Pllr" | "Pllm" | "Plln" | "Prediv1" | "Prediv2" | "Hpre5" => true, | 1602 | "Pllp" | "Pllq" | "Pllr" | "Plldivst" | "Pllm" | "Plln" | "Prediv1" | "Prediv2" | "Hpre5" => true, |
| 1603 | "Timpre" | "Pllrclkpre" => false, | 1603 | "Timpre" | "Pllrclkpre" => false, |
| 1604 | e if e.ends_with("pre") || e.ends_with("pres") || e.ends_with("div") || e.ends_with("mul") => true, | 1604 | e if e.ends_with("pre") || e.ends_with("pres") || e.ends_with("div") || e.ends_with("mul") => true, |
| 1605 | _ => false, | 1605 | _ => false, |
