change(esp_libc): use C5 ECO4 ROM newlib functions

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Marius Vikhammer
2026-07-02 10:43:22 +08:00
parent bb12179cca
commit a96851ebfb
3 changed files with 5 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ menu "LibC"
bool "Use performance-optimized memXXX/strXXX functions on misaligned memory access"
default y
depends on ESP_ROM_HAS_SUBOPTIMAL_NEWLIB_ON_MISALIGNED_MEMORY
depends on !(IDF_TARGET_ESP32C5 && ESP32C5_REV_MIN_FULL >= 103)
help
Enables performance-optimized implementations of memory and string functions
when handling misaligned memory.