hw_support: move rtc_ctrl from driver to hw_support

This commit is contained in:
morris
2022-04-29 13:40:23 +08:00
parent 88766de666
commit 9ab4abfb46
20 changed files with 37 additions and 23 deletions

View File

@@ -8,6 +8,11 @@ As usual, peripheral clock gating is still handled by driver itself, users don't
However, for advanced users who implement their own drivers based on ``hal`` and ``soc`` components, the previous clock gating include path has been changed from ``driver/periph_ctrl.h`` to ``esp_private/periph_ctrl.h``.
RTC Subsystem Control
---------------------
RTC control APIs have been moved from ``driver/rtc_cntl.h`` to ``esp_private/rtc_ctrl.h``.
SPI Flash Interface
-------------------