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

@@ -4,3 +4,5 @@ CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
CONFIG_COMPILER_OPTIMIZATION_NONE=y
# silent the error check, as the error string are stored in rodata, causing RTL check failure
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y