Merge branch 'feature/esp32c61_clock_support' into 'master'

feat(clk): Add basic clock support for esp32c61

Closes IDF-9249

See merge request espressif/esp-idf!32244
This commit is contained in:
Song Ruo Jing
2024-08-01 21:31:32 +08:00
57 changed files with 1195 additions and 1011 deletions

View File

@@ -765,7 +765,7 @@ static inline __attribute__((always_inline)) void clk_ll_rc_fast_set_divider(uin
/**
* @brief Get RC_FAST_CLK divider
*
* @return Divider. Divider = (CK8M_DIV_SEL + 1).
* @return Divider
*/
static inline __attribute__((always_inline)) uint32_t clk_ll_rc_fast_get_divider(void)
{