feat(panic): support HWSG for esp32c5, esp32c61 and enable testing

This commit is contained in:
Alexey Lapshin
2024-12-19 18:19:21 +07:00
parent 5374a9904b
commit b58c9a4219
17 changed files with 298 additions and 25 deletions

View File

@@ -9,7 +9,8 @@
#pragma once
#include "soc/assist_debug_reg.h"
#define ASSIST_DEBUG_SP_SPILL_BITS (ASSIST_DEBUG_CORE_0_SP_SPILL_MIN_ENA | ASSIST_DEBUG_CORE_0_SP_SPILL_MAX_ENA)
#define ASSIST_DEBUG_SP_SPILL_BITS (ASSIST_DEBUG_CORE_0_SP_SPILL_MIN_ENA | ASSIST_DEBUG_CORE_0_SP_SPILL_MAX_ENA)
#define ASSIST_DEBUG_CORE_0_MONITOR_REG ASSIST_DEBUG_CORE_0_INTR_ENA_REG
#ifndef __ASSEMBLER__