mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
hw_support: move rtc_ctrl from driver to hw_support
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
Reference in New Issue
Block a user