esp-idf/components/esp_gdbstub/src
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
..
port fix(soc): change debug addr range to CPU subsystem range 2024-01-22 13:34:32 +08:00
gdbstub_transport.c uart: Support LP_UART port with UART driver on esp32c6 2023-06-16 07:31:40 +00:00
gdbstub.c change(freertos/idf): Deprecate some FreeRTOS IDF addition functions 2023-11-03 14:54:06 +01:00
packet.c coverity: fix uninit variable issue in driver 2022-08-03 10:46:50 +08:00