esp-idf/components/esp_hw_support/port
Mahavir Jain 9ecd2fd7e3 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-22 13:34:32 +08:00
..
esp32 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
esp32c2 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
esp32c3 refactor(riscv): added a new API for the interrupts 2024-01-18 16:36:53 +08:00
esp32c5 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
esp32c6 fix(soc): change debug addr range to CPU subsystem range 2024-01-22 13:34:32 +08:00
esp32h2 fix(soc): change debug addr range to CPU subsystem range 2024-01-22 13:34:32 +08:00
esp32p4 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
esp32s2 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
esp32s3 fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
include feat(async_memcpy): refactor driver code to support different DMA backen 2023-08-03 12:02:09 +08:00
linux lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
esp_clk_tree_common.c feat(clk): add basic clock support for esp32p4 2023-12-29 00:37:26 +08:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32S3) 2022-07-09 22:57:51 +02:00
pau_regdma.c change(pm): change macro SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG 2023-12-15 15:04:06 +08:00
regdma_link.c sleep retention: fix crash issue caused by destroying the module after the module node creation fails 2023-04-03 19:24:33 +08:00