change(esp_libc): rename newlib component to esp_libc

This commit is contained in:
Alexey Lapshin
2025-08-28 11:56:31 +07:00
committed by BOT
parent aae5071dff
commit 9281e78381
149 changed files with 127 additions and 122 deletions

View File

@@ -0,0 +1,10 @@
CONFIG_IDF_TARGET="esp32c2"
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
# C2 specific moved from old C2 default config
CONFIG_LIBC_TIME_SYSCALL_USE_NONE=n
CONFIG_LIBC_TIME_SYSCALL_USE_HRT=y
CONFIG_LIBC_TIME_SYSCALL_USE_RTC=n
CONFIG_LIBC_TIME_SYSCALL_USE_RTC_HRT=n