You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for PLL_F48M UART clock source on ESP32-H2 (#569)
ESP32-H2 uses PLL_F48M as the default UART clock source, but this was
not supported by the HAL, causing panics during UART initialization.
This adds PLL_F48M to the SourceClock enum and implements all necessary
conversions. The new clock source is conditionally compiled only for
chips that don't have other specific clock support flags (currently
ESP32-H2).
Fixes UART initialization panics on ESP32-H2 with ESP-IDF 5.x.
0 commit comments