Merge branch 'feature/esp32h21_clock_support' into 'master'

feat(clk): Add basic clock support for esp32h21

Closes IDF-11521, IDF-11906, and IDF-12114

See merge request espressif/esp-idf!39066
This commit is contained in:
Song Ruo Jing
2025-06-16 21:48:36 +08:00
90 changed files with 833 additions and 858 deletions

View File

@@ -9,7 +9,6 @@
#include "hal/clk_tree_hal.h"
#include "hal/clk_tree_ll.h"
#include "hal/gpio_ll.h"
#include "hal/log.h"
uint32_t clk_hal_soc_root_get_freq_mhz(soc_cpu_clk_src_t cpu_clk_src)
{