mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user