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

6 lines
202 B
Plaintext
Raw Normal View History

2022-05-28 17:03:05 +08:00
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