esp-idf/components/esp_hw_support/port/esp32p4
2024-08-15 12:18:16 +08:00
..
include/soc change(esp_hw_support): remove esp32c6 & esp32h2 solved todos 2024-06-11 10:20:23 +08:00
private_include fix(esp_hw_support): hold LP_IO mode if LP_PERI domain powerdown in sleep 2024-07-16 17:55:11 +08:00
chip_info.c feat(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +08:00
clock_retention_init.c change(esp_hw_support): modify system and modem clock to support modem domain power down 2024-03-29 16:13:52 +08:00
CMakeLists.txt fix(dma): feat(adc): support ADC oneshot mod on ESP32P4 2024-05-22 15:23:58 +08:00
cpu_region_protect.c fix(esp_hw_support): Fix incorrect PMA configuration for ESP32-P4 2024-06-10 11:55:58 +05:30
esp_clk_tree.c feat(isp): added isp dvp driver 2024-05-31 18:47:27 +08:00
esp_cpu_intr.c fix(esp_hw_support): clear reserved interrupts that are not applicable for each target 2024-03-27 16:21:25 +08:00
esp_crypto_lock.c fix(esp_hw_support): Update key manager locking mechanism 2024-02-29 12:00:30 +08:00
io_mux.c feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
Kconfig.dcdc feat(esp_hw_support): support DCDC always on 2024-06-21 16:55:49 +08:00
Kconfig.hw_support feat(esp32p4): make revision v0.1 the default version 2024-07-09 11:30:32 +08:00
Kconfig.ldo feat(ldo): add config to let hardware control the ldo output 2024-08-13 14:50:38 +08:00
Kconfig.mac feat(esp_hw_support): Adds MAC support for esp32p4 2024-03-29 01:44:39 +08:00
Kconfig.rtc docs: fix clock sources for esp32c6 2024-05-07 17:35:39 +08:00
Kconfig.xtal feat(clk): support ESP32C5 XTAL 40M/48M selection 2024-06-11 17:42:43 +08:00
mspi_timing_config.c feat(esp_hw_support): support esp32p4 psram retention 2024-08-05 13:21:05 +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(esp_hw_support): support DCDC always on 2024-06-21 16:55:49 +08:00
pmu_param.c feat(esp_hw_support): add esp32p4 pmu initial support 2024-03-10 10:51:28 +08:00
pmu_sleep.c fix(esp_hw_support): always writeback L1D$ before sleep to keep cpu/regdma data consistency 2024-08-15 12:18:16 +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 fix(esp_hw_support): stall another core during cpu/mem/apb freq switching 2024-07-16 19:11:12 +08:00
rtc_time.c change(esp_hw_support): remove esp32c6 & esp32h2 solved todos 2024-06-11 10:20:23 +08:00
sar_periph_ctrl.c fix(dma): feat(adc): support ADC oneshot mod on ESP32P4 2024-05-22 15:23:58 +08:00
systimer.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00