esp-idf/components/driver/test_apps/mcpwm/sdkconfig.ci.iram_safe

8 lines
302 B
Plaintext
Raw Normal View History

2022-05-28 05:03:05 -04:00
CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_MCPWM_ISR_IRAM_SAFE=y
CONFIG_MCPWM_CTRL_FUNC_IN_IRAM=y
2022-07-28 01:05:18 -04:00
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
CONFIG_COMPILER_OPTIMIZATION_NONE=y
2022-05-28 05:03:05 -04:00
# silent the error check, as the error string are stored in rodata, causing RTL check failure
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y