Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.2' into 'release/v5.2'

fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.2)

See merge request espressif/esp-idf!35966
This commit is contained in:
Michael (XIAO Xufeng)
2025-01-07 15:49:51 +08:00
13 changed files with 15 additions and 43 deletions

View File

@@ -24,7 +24,7 @@ extern "C" {
* This RC oscillator generates a ~136kHz clock signal output as the RC_SLOW_CLK. The exact frequency of this clock
* can be computed in runtime through calibration.
*
* 4) Internal 32kHz RC Oscillator: RC32K
* 4) Internal 32kHz RC Oscillator: RC32K [NOT RECOMMENDED TO USE]
*
* The exact frequency of this clock can be computed in runtime through calibration.
*