test(freertos): Added build test for function in flash with -Os optimation

This commit adds a build test for when FreeRTOS and esp_ringbuf functions
are placed in flash and the compiler optimizes for code size.
This commit is contained in:
Sudeep Mohanty 2024-08-08 12:33:48 +02:00
parent 90b92791a7
commit fe2495a2f7

View File

@ -0,0 +1,4 @@
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y
CONFIG_RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH=y