sdkconfig.ci.iram_safe 372 B

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