sdkconfig.ci.iram_safe 332 B

1234567
  1. CONFIG_COMPILER_DUMP_RTL_FILES=y
  2. CONFIG_TEMP_SENSOR_ISR_IRAM_SAFE=y
  3. CONFIG_COMPILER_OPTIMIZATION_NONE=y
  4. # silent the error check, as the error string are stored in rodata, causing RTL check failure
  5. CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
  6. # place non-ISR FreeRTOS functions in Flash
  7. CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y