esp-idf/components/esp_driver_dac/test_apps/dac/sdkconfig.ci.iram_safe

7 lines
216 B
Plaintext
Raw Normal View History

CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_DAC_ISR_IRAM_SAFE=y
CONFIG_DAC_CTRL_FUNC_IN_IRAM=y
2022-10-10 07:17:22 -04:00
CONFIG_COMPILER_OPTIMIZATION_NONE=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y