Merge branch 'feat/c5_eco4_newlib_support' into 'master'

change(esp_libc): use C5 ECO4 ROM newlib functions

See merge request espressif/esp-idf!50280
This commit is contained in:
Marius Vikhammer
2026-08-20 15:10:47 +08:00
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.