esp32: move esp_clk functions

This commit is contained in:
Renz Bagaporo
2021-01-29 14:40:59 +08:00
parent 4a08264e7a
commit e6edf34e82
30 changed files with 180 additions and 693 deletions

View File

@@ -12,6 +12,9 @@ archive: libesp_hw_support.a
entries:
if PM_SLP_IRAM_OPT = y:
rtc_init:rtc_vddsdio_get_config (noflash)
esp_clk:esp_clk_slowclk_cal_set (noflash)
esp_clk:esp_clk_slowclk_cal_get (noflash)
esp_clk:esp_rtc_get_time_us (noflash)
[mapping:esp_system_pm]
archive: libesp_system.a
@@ -47,9 +50,6 @@ entries:
if PM_SLP_IRAM_OPT = y:
esp_time_impl:esp_time_impl_set_boot_time (noflash)
esp_time_impl:esp_time_impl_get_boot_time (noflash)
esp_time_impl:esp_clk_slowclk_cal_get (noflash)
esp_time_impl:esp_rtc_get_time_us (noflash)
esp_time_impl:esp_clk_slowclk_cal_set (noflash)
esp_time_impl:esp_set_time_from_rtc (noflash)
[mapping:driver_pm]