..
include /soc
change(esp_hw_support): remove esp32c6 & esp32h2 solved todos
2024-06-11 10:20:23 +08:00
private_include
feat(esp_hw_support): add esp32p4 pmu initial support
2024-03-10 10:51:28 +08:00
chip_info.c
gpio: support runtime preserve
2023-03-17 11:59:49 +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
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
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
2024-04-02 18:41:07 +05:30
esp_clk_tree.c
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
2023-04-25 14:12:06 +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
feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral
2023-09-20 16:05:50 +05:30
io_mux.c
fix(esp_driver_gpio): manage lp_io module clock by driver
2024-06-05 17:56:37 +08:00
Kconfig.hw_support
feat(esp32h2): add development support option for v1.0 chips
2024-05-16 02:23:52 +08:00
Kconfig.mac
efuse: fix esp_read_mac on esp32h2
2023-03-01 14:14:30 +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
pmu_init.c
fix(esp_hw_support): fix pmu power domain initialize order
2024-04-08 15:47:59 +08:00
pmu_param.c
change(esp_hw_support): remove esp32c6 & esp32h2 solved todos
2024-06-11 10:20:23 +08:00
pmu_sleep.c
feat(esp_hw_support): support DCDC always on
2024-06-21 16:55:49 +08:00
rtc_clk_init.c
feat(clk): Add basic clock support for esp32c5 mp
2024-06-26 14:26:34 +08:00
rtc_clk.c
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
2024-06-18 01:16:24 +08:00
rtc_time.c
feat(clk): Add basic clock support for esp32c5 mp
2024-06-26 14:26:34 +08:00
sar_periph_ctrl.c
fix(adc): power settings not taking into effect on H2
2023-09-28 17:41:42 +00:00
systimer.c
systimer: assign counter and alarm in esp_hw_support
2023-01-10 17:05:49 +08:00