2022-05-28 17:03:05 +08:00
|
|
|
CONFIG_COMPILER_DUMP_RTL_FILES=y
|
|
|
|
CONFIG_MCPWM_ISR_IRAM_SAFE=y
|
2022-09-20 15:34:45 +08:00
|
|
|
CONFIG_MCPWM_CTRL_FUNC_IN_IRAM=y
|
2022-07-28 13:05:18 +08:00
|
|
|
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
2022-05-28 17:03:05 +08:00
|
|
|
# silent the error check, as the error string are stored in rodata, causing RTL check failure
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
2023-06-07 19:51:06 +08:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
2022-10-26 10:23:31 +08:00
|
|
|
# place non-ISR FreeRTOS functions in Flash
|
|
|
|
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|