esp-idf/components/esp_hw_support/port/esp32h2
Mahavir Jain e173895618 fix(soc): change debug addr range to CPU subsystem range
For C6/H2/P4/C5, there is no SoC specific debug range. Instead the same
address range is part of CPU Subsystem range which contains debug mode
specific code and interrupt config registers (CLINT, PLIC etc.).

For now the PMP entry is provided with RWX permission for both machine
and user mode but we can save this entry and allow the access to only
machine mode for this range.

For P4/C5 case, this PMP entry can have RW permission as the debug mode
specific code is not present in this memory range.
2024-01-29 13:57:04 +08:00
..
private_include feat(pm): support PMU trigger regdma when PU TOP 2024-01-08 21:23:28 +08:00
chip_info.c gpio: support runtime preserve 2023-03-17 11:59:49 +08:00
CMakeLists.txt fix(esp_hw_support): Removed unused include directories from cmake 2023-12-04 12:59:51 +08:00
cpu_region_protect.c fix(soc): change debug addr range to CPU subsystem range 2024-01-29 13:57:04 +08:00
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_crypto_lock.c feat(esp_hw_support): Added locking mechanism for the ECDSA and ECC peripheral 2023-09-20 16:05:50 +05:30
i2c_brownout.h ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00
io_mux.c feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
Kconfig.hw_support fix(esp32h2): correct typo in chip revision prompt 2023-07-18 20:46:45 +05:30
Kconfig.mac efuse: fix esp_read_mac on esp32h2 2023-03-01 14:14:30 +08:00
Kconfig.rtc docs(esp32p4): update misc docs for esp32p4 2024-01-03 18:26:55 +08:00
pmu_init.c Revert "feat(volt): chip auto adjust volt for esp32c6 & esp32h2" 2023-10-12 14:51:54 +08:00
pmu_param.c change(Power Management): the xpd_xtal32k value depends on system slow clock source config option when pmu initialize 2023-11-08 14:55:14 +08:00
pmu_sleep.c feat(pm): support PMU trigger regdma when PU TOP 2024-01-08 21:23:28 +08:00
rtc_clk_init.c feat(bootloader): adjust dbias of bootloader, change clock of H2 to 64 2023-10-12 14:51:54 +08:00
rtc_clk.c fix(rtc): fixed bbpll not calibrated from bootloader issue 2024-01-05 10:24:49 +08:00
rtc_time.c fix(esp_hw_support/sleep): fix rtc_time_us_to_slowclk div zero in deepsleep process 2023-12-08 13:59:52 +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