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

10 wiersze
391 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
CONFIG_MCPWM_CTRL_FUNC_IN_IRAM=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
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y