mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(soc): update breakpoint nums on c5 and h4
This commit is contained in:
@@ -461,11 +461,11 @@ config SOC_BRANCH_PREDICTOR_SUPPORTED
|
||||
|
||||
config SOC_CPU_BREAKPOINTS_NUM
|
||||
int
|
||||
default 4
|
||||
default 3
|
||||
|
||||
config SOC_CPU_WATCHPOINTS_NUM
|
||||
int
|
||||
default 4
|
||||
default 3
|
||||
|
||||
config SOC_CPU_WATCHPOINT_MAX_REGION_SIZE
|
||||
hex
|
||||
|
||||
@@ -173,8 +173,8 @@
|
||||
#define SOC_INT_HW_NESTED_SUPPORTED 1 // Support for hardware interrupts nesting
|
||||
#define SOC_BRANCH_PREDICTOR_SUPPORTED 1
|
||||
|
||||
#define SOC_CPU_BREAKPOINTS_NUM 4
|
||||
#define SOC_CPU_WATCHPOINTS_NUM 4
|
||||
#define SOC_CPU_BREAKPOINTS_NUM 3
|
||||
#define SOC_CPU_WATCHPOINTS_NUM 3
|
||||
#define SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x100 // bytes
|
||||
|
||||
#define SOC_CPU_HAS_PMA 1
|
||||
|
||||
@@ -225,11 +225,11 @@ config SOC_CPU_COPROC_NUM
|
||||
|
||||
config SOC_CPU_BREAKPOINTS_NUM
|
||||
int
|
||||
default 4
|
||||
default 3
|
||||
|
||||
config SOC_CPU_WATCHPOINTS_NUM
|
||||
int
|
||||
default 4
|
||||
default 3
|
||||
|
||||
config SOC_CPU_WATCHPOINT_MAX_REGION_SIZE
|
||||
hex
|
||||
|
||||
@@ -166,8 +166,8 @@
|
||||
#define SOC_CPU_HAS_DSP 1
|
||||
#define SOC_CPU_COPROC_NUM 2
|
||||
|
||||
#define SOC_CPU_BREAKPOINTS_NUM 4
|
||||
#define SOC_CPU_WATCHPOINTS_NUM 4
|
||||
#define SOC_CPU_BREAKPOINTS_NUM 3
|
||||
#define SOC_CPU_WATCHPOINTS_NUM 3
|
||||
#define SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 // bytes
|
||||
|
||||
#define SOC_CPU_HAS_PMA 1
|
||||
|
||||
Reference in New Issue
Block a user