2022-04-06 23:59:46 -04:00
|
|
|
CONFIG_COMPILER_DUMP_RTL_FILES=y
|
|
|
|
CONFIG_RMT_ISR_IRAM_SAFE=y
|
2022-08-01 02:16:47 -04:00
|
|
|
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
|
2022-08-02 06:05:47 -04:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
2022-10-25 22:23:31 -04:00
|
|
|
# place non-ISR FreeRTOS functions in Flash
|
|
|
|
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|
2022-04-06 23:59:46 -04:00
|
|
|
# silent the error check, as the error string are stored in rodata, causing RTL check failure
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
2022-06-13 04:19:28 -04:00
|
|
|
CONFIG_HAL_ASSERTION_SILENT=y
|