2022-05-28 05:03:05 -04:00
|
|
|
CONFIG_COMPILER_DUMP_RTL_FILES=y
|
|
|
|
CONFIG_MCPWM_ISR_IRAM_SAFE=y
|
2022-09-20 03:34:45 -04:00
|
|
|
CONFIG_MCPWM_CTRL_FUNC_IN_IRAM=y
|
2022-07-28 01:05:18 -04:00
|
|
|
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_NONE=y
|
2022-05-28 05:03:05 -04: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 07:51:06 -04:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
2022-10-25 22:23:31 -04:00
|
|
|
# place non-ISR FreeRTOS functions in Flash
|
|
|
|
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
|