esp-idf/components/esp_hw_support/port/esp32p4
Song Ruo Jing cf93777077 refactor(rtc): move soc/rtc.h from soc to esp_hw_support component
Deprecated rtc_xtal_freq_t, replaced with soc_xtal_freq_t defined in
clk_tree_defs.h in soc component.
2024-01-25 19:15:33 +08:00
..
include/soc refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
private_include feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
chip_info.c feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
CMakeLists.txt refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
cpu_region_protect.c feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
esp_clk_tree.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp_crypto_lock.c fix(esp_hw_support): Update key manager support 2024-01-23 10:24:39 +05:30
io_mux.c feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
Kconfig.hw_support feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
Kconfig.ldo change(ldo): do vddpst ldo init in early stage 2023-12-26 11:43:33 +08:00
Kconfig.mac feat(esp_eth): Added support of internal EMAC for ESP32P4 2024-01-16 14:29:25 +01:00
Kconfig.rtc feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
mspi_timing_config.c feat(psram): support 200mhz psram, experimental feature for now 2024-01-10 11:52:28 +08:00
mspi_timing_tuning_configs.h feat(psram): support 200mhz psram, experimental feature for now 2024-01-10 11:52:28 +08:00
pmu_init.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
pmu_param.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
pmu_sleep.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
rtc_clk_init.c refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
rtc_clk.c refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
rtc_time.c refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
systimer.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00