esp-idf/components/soc/esp32c6/include
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
..
modem soc: regenerate modem header with regtool 2022-12-27 21:31:21 +08:00
soc fix(soc): change debug addr range to CPU subsystem range 2024-01-29 13:57:04 +08:00