diff options
| author | xoviat <[email protected]> | 2025-12-12 17:25:46 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-12 17:25:46 -0600 |
| commit | 92058fd5328eb85e741222d72721ffb9777de188 (patch) | |
| tree | 56395f15530a4479059923e4df6c0c86f5ca01e3 /embassy-stm32 | |
| parent | 4c5986e6d06f8e7dc421e1c3b3b8793351df1fef (diff) | |
wpan: restore ble test
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/src/ipcc.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-stm32/src/ipcc.rs b/embassy-stm32/src/ipcc.rs index 10c4a820b..183986fdc 100644 --- a/embassy-stm32/src/ipcc.rs +++ b/embassy-stm32/src/ipcc.rs | |||
| @@ -223,6 +223,12 @@ impl Ipcc { | |||
| 223 | rcc::enable_and_reset::<IPCC>(); | 223 | rcc::enable_and_reset::<IPCC>(); |
| 224 | IPCC::set_cpu2(true); | 224 | IPCC::set_cpu2(true); |
| 225 | 225 | ||
| 226 | #[cfg(stm32wb)] | ||
| 227 | // DO NOT REMOVE THIS UNLESS YOU FIX THE EXAMPLES AND TEST FIRST | ||
| 228 | crate::pac::RCC | ||
| 229 | .csr() | ||
| 230 | .modify(|w| w.set_rfwkpsel(stm32_metapac::rcc::vals::Rfwkpsel::LSE)); | ||
| 231 | |||
| 226 | let regs = IPCC::regs(); | 232 | let regs = IPCC::regs(); |
| 227 | 233 | ||
| 228 | regs.cpu(0).cr().modify(|w| { | 234 | regs.cpu(0).cr().modify(|w| { |
