feat(esp_ringbuf): Place Ring buffer in flash by default

The following updates have been made in this commit:
- The commit places ring buffer code in flash memory by default.
- CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH has been removed.
- CONFIG_RINGBUF_IN_IRAM is added and can be used to restore the
  previous memory placement.
This commit is contained in:
Sudeep Mohanty
2025-07-15 10:28:20 +02:00
committed by BOT
parent 26c19928a9
commit fe2ee39a99
11 changed files with 50 additions and 60 deletions

View File

@@ -6,3 +6,4 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
CONFIG_I2C_ISR_IRAM_SAFE=y
CONFIG_FREERTOS_IN_IRAM=y
CONFIG_RINGBUF_IN_IRAM=y