Merge branch 'refactor/cleanup_rtc_h' into 'master'

clk_tree: Prework2 of introducing clock subsystem control

Closes IDF-4934

See merge request espressif/esp-idf!17861
This commit is contained in:
Song Ruo Jing
2022-05-26 09:16:47 +08:00
83 changed files with 1156 additions and 1186 deletions

View File

@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/clk_tree.rst

View File

@@ -7,6 +7,7 @@
:maxdepth: 1
adc
clk_tree
:SOC_DAC_SUPPORTED: dac
gpio
gptimer

View File

@@ -29,6 +29,8 @@
默认时钟源的时间精度最高,建议使用该配置。此外,用户也可以通过配置选项 :ref:`CONFIG_NEWLIB_TIME_SYSCALL` 来选择其他时钟源。
.. _rtc-clock-source-choice:
RTC 定时器时钟源
-----------------