driver: test with non-isr freertos functions in the flash

This commit is contained in:
morris
2022-10-26 10:23:31 +08:00
parent 439d42d7e2
commit c25031212d
10 changed files with 20 additions and 2 deletions

View File

@@ -2,3 +2,5 @@ CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_DAC_ISR_IRAM_SAFE=y
CONFIG_DAC_CTRL_FUNC_IN_IRAM=y
CONFIG_COMPILER_OPTIMIZATION_NONE=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y