esp-hal/esp-wifi/src/wifi
Alex Vinyals d4ec063cec
esp-wifi(initialize): no longer requires maximum CPU clock (#1688)
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.
2024-06-25 07:42:11 +00:00
..
mod.rs esp-wifi(initialize): no longer requires maximum CPU clock (#1688) 2024-06-25 07:42:11 +00:00
os_adapter_esp32.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32c2.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32c3.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32c6.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32h2.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32s2.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter_esp32s3.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
os_adapter.rs Fix wifi-logs feature (#1709) 2024-06-24 13:45:46 +00:00
state.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00
utils.rs Add esp wifi to monorepo with history (#1582) 2024-05-24 17:41:59 +00:00