2022-03-14 19:27:21 +08:00
|
|
|
CONFIG_COMPILER_DUMP_RTL_FILES=y
|
2022-03-09 14:37:41 +08:00
|
|
|
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
|
2022-08-02 18:07:25 +08:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
2022-10-26 10:23:31 +08:00
|
|
|
# place non-ISR FreeRTOS functions in Flash
|
|
|
|
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|
2022-03-14 19:27:21 +08:00
|
|
|
# silent the error check, as the error string are stored in rodata, causing RTL check failure
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
2023-06-07 19:51:06 +08:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
2022-08-02 18:07:25 +08:00
|
|
|
# GPIO test uses IPC call, the default stack size of IPC task can satisfy the -O0 optimization
|
|
|
|
CONFIG_ESP_IPC_TASK_STACK_SIZE=2048
|