esp-idf/components/driver/test_apps/mcpwm/sdkconfig.ci.iram_safe
2022-07-27 15:22:24 +08:00

6 lines
202 B
Plaintext

CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_MCPWM_ISR_IRAM_SAFE=y
# silent the error check, as the error string are stored in rodata, causing RTL check failure
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y