]> granicus.if.org Git - esp-idf/commit
soc: add source code of rtc_clk, rtc_pm
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Apr 2017 07:44:43 +0000 (15:44 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Apr 2017 07:45:54 +0000 (15:45 +0800)
commit7ee8ee8b7e6764079e3c631c471e70630655e252
tree956bcfa329896f256d164a6380d87168bf883ed5
parent9ff446e6f9174d17899bc6f35092a58ad580d971
soc: add source code of rtc_clk, rtc_pm
37 files changed:
components/bootloader/src/Makefile
components/bootloader/src/main/bootloader_start.c
components/bootloader/src/main/component.mk
components/esp32/Kconfig
components/esp32/component.mk
components/esp32/cpu_freq.c
components/esp32/cpu_start.c
components/esp32/deep_sleep.c
components/esp32/include/rom/rtc.h
components/esp32/ld/esp32.common.ld
components/esp32/phy.h
components/esp32/phy_init.c
components/esp32/rtc.h [deleted file]
components/esp32/system_api.c
components/soc/component.mk [new file with mode: 0755]
components/soc/esp32/brownout.c [moved from components/esp32/brownout.c with 100% similarity]
components/soc/esp32/cpu_util.c [moved from components/esp32/cpu_util.c with 100% similarity]
components/soc/esp32/i2c_apll.h [new file with mode: 0644]
components/soc/esp32/i2c_bbpll.h [new file with mode: 0644]
components/soc/esp32/i2c_rtc_clk.h [new file with mode: 0644]
components/soc/esp32/include/esp_brownout.h [moved from components/esp32/include/esp_brownout.h with 100% similarity]
components/soc/esp32/include/soc/bb_reg.h [changed mode: 0755->0644]
components/soc/esp32/include/soc/boot_mode.h [changed mode: 0755->0644]
components/soc/esp32/include/soc/fe_reg.h [new file with mode: 0644]
components/soc/esp32/include/soc/nrx_reg.h [new file with mode: 0644]
components/soc/esp32/include/soc/rtc.h [new file with mode: 0644]
components/soc/esp32/include/soc/rtc_cntl_reg.h
components/soc/esp32/include/soc/rtc_io_reg.h
components/soc/esp32/include/soc/soc.h [changed mode: 0755->0644]
components/soc/esp32/rtc_clk.c [new file with mode: 0644]
components/soc/esp32/rtc_init.c [new file with mode: 0644]
components/soc/esp32/rtc_pm.c [new file with mode: 0644]
components/soc/esp32/rtc_sleep.c [new file with mode: 0644]
components/soc/esp32/rtc_time.c [new file with mode: 0644]
components/soc/esp32/soc_log.h [new file with mode: 0644]
components/soc/esp32/test/test_rtc_clk.c [new file with mode: 0644]
components/soc/test/component.mk [new file with mode: 0644]