Merge pull request #3391 from shilga/features/rp235x_clock

rp: Run RP235x at 150 MHz instead of 125
This commit is contained in:
Dario Nieuwenhuis
2024-10-05 11:29:08 +00:00
committed by GitHub

View File

@@ -109,7 +109,10 @@ impl ClockConfig {
sys_pll: Some(PllConfig {
refdiv: 1,
fbdiv: 125,
#[cfg(feature = "rp2040")]
post_div1: 6,
#[cfg(feature = "_rp235x")]
post_div1: 5,
post_div2: 2,
}),
usb_pll: Some(PllConfig {