Skip to content

Commit 3550140

Browse files
committed
Merge branch 'bugfix/ana_cmpr_cache_safe_test' into 'master'
fix(ana_cmpr): regression in the cache safe test Closes IDFCI-2951 and IDFCI-2952 See merge request espressif/esp-idf!39764
2 parents c10d3ac + baa888e commit 3550140

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CONFIG_COMPILER_DUMP_RTL_FILES=y
22
CONFIG_ANA_CMPR_ISR_CACHE_SAFE=y
33
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
4+
CONFIG_ANA_CMPR_CTRL_FUNC_IN_IRAM=y
45
CONFIG_COMPILER_OPTIMIZATION_NONE=y
56
# place non-ISR FreeRTOS functions in Flash
67
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
8+
# silent the error check, as the error string are stored in rodata, causing RTL check failure
9+
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
10+
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y

0 commit comments

Comments
 (0)