Merge branch 'refactor/soc_caps_multiple_cores' into 'master'

change(docs): Update multicore tags to SOC_CPU_HAS_MULTIPLE_CORES

See merge request espressif/esp-idf!27523
This commit is contained in:
Darian
2023-12-05 18:20:21 +08:00
25 changed files with 62 additions and 47 deletions

View File

@@ -279,6 +279,10 @@ config SOC_CPU_HAS_FPU
bool
default y
config SOC_HP_CPU_HAS_MULTIPLE_CORES
bool
default y
config SOC_CPU_BREAKPOINTS_NUM
int
default 2

View File

@@ -153,6 +153,7 @@
#define SOC_CPU_CORES_NUM 2
#define SOC_CPU_INTR_NUM 32
#define SOC_CPU_HAS_FPU 1
#define SOC_HP_CPU_HAS_MULTIPLE_CORES 1 // Convenience boolean macro used to determine if a target has multiple cores.
#define SOC_CPU_BREAKPOINTS_NUM 2
#define SOC_CPU_WATCHPOINTS_NUM 2