esp-idf/components/esp_gdbstub
Mahavir Jain 614ad494f6
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-24 12:52:27 +05:30
..
include
private_include
src fix(soc): change debug addr range to CPU subsystem range 2024-01-24 12:52:27 +05:30
CMakeLists.txt
Kconfig
linker.lf
sdkconfig.rename