mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 02:16:51 +00:00
Merge branch 'bugfix/hwlp_coproc_saving_master' into 'master'
fix(freertos): workaround a hardware bug related to HWLP coprocessor See merge request espressif/esp-idf!37246
This commit is contained in:
@@ -523,6 +523,10 @@ config SOC_CPU_HAS_HWLOOP
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_CPU_HAS_HWLOOP_STATE_BUG
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_CPU_HAS_PIE
|
||||
bool
|
||||
default y
|
||||
|
@@ -179,6 +179,7 @@
|
||||
#define SOC_CPU_HAS_FPU 1
|
||||
#define SOC_CPU_HAS_FPU_EXT_ILL_BUG 1 // EXT_ILL CSR doesn't support FLW/FSW
|
||||
#define SOC_CPU_HAS_HWLOOP 1
|
||||
#define SOC_CPU_HAS_HWLOOP_STATE_BUG 1 // HWLOOP state doesn't go to DIRTY after executing the last instruction of a loop
|
||||
/* PIE coprocessor assembly is only supported with GCC compiler */
|
||||
#define SOC_CPU_HAS_PIE 1
|
||||
|
||||
|
Reference in New Issue
Block a user