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

7 wiersze
269 B
Plaintext
Czysty Zwykły widok Historia

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