This patch replaces a CPU clock check that enforced running the MCU at maximum clock speed during WiFi radio initialization. The previous was incompatible for low power settings. Now, the check ensures the CPU runs with at *at least* 80MHz, which is the minimum required clock speed for proper WiFi radio functionality. For `esp32s3` MCUs, the call to `ets_update_cpu_frequency_rom` has been moved to the `esp-hal` clocks module. This call is now only made when configuring CPU to a non-default setting. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| os_adapter_esp32.rs | ||
| os_adapter_esp32c2.rs | ||
| os_adapter_esp32c3.rs | ||
| os_adapter_esp32c6.rs | ||
| os_adapter_esp32h2.rs | ||
| os_adapter_esp32s2.rs | ||
| os_adapter_esp32s3.rs | ||
| os_adapter.rs | ||
| state.rs | ||
| utils.rs | ||