David Cermak
c69fb1bfe4
fix(configs): Remove mentions of ASIO from configs files
2026-04-17 16:14:53 +08:00
Alexey Lapshin
f5f531b7b2
fix(esp_libc): picolibc: add workaround for setvbuf on _IONBF
2026-03-31 12:28:27 +07:00
Jiang Jiang Jian
56ca3805b2
Merge branch 'feature/add_fopencookie_implementation_v6.0' into 'release/v6.0'
...
feat(esp_libc): picolibc: add fopencookie implementation (v6.0)
See merge request espressif/esp-idf!45431
2026-03-20 10:21:53 +08:00
Laukik Hase
304adb120b
refactor(esp_tee): Adopt Picolibc as the default LibC for ESP-TEE build
...
- Also fixed an issue where NewLib ROM APIs, when called from TEE, were
using the syscall table located in the REE SRAM. This could be abused
as an attack vector to invoke illegal functions from the TEE.
To prevent this, the syscall table is now switched to the TEE-specific
copy during every M-U mode transition.
2026-01-29 11:49:15 +05:30
Alexey Lapshin
ae8d48470b
feat(esp_libc): picolibc: add fopencookie implementation
2026-01-27 13:09:08 +07:00
Alexey Lapshin
bbe311569c
fix(picolibc): add psram fix for libc functions
2025-12-25 10:41:25 +07:00
David Cermak
1707edbcbc
fix(newlib): Remove definitions of raise()
2025-12-16 11:19:37 +01:00
Alexey Lapshin
068fefad68
fix(esp_tee): build esp_tee only with CONFIG_LIBC_NEWLIB to reduce size
2025-12-06 00:08:35 +07:00
Alexey Lapshin
ad7f4b9670
feat(esp_libc): make picolibc default libc
2025-12-06 00:08:35 +07:00
Marius Vikhammer
a257812e14
feat(stdio): added esp_stdio component
...
esp_stdio contains everything the old esp_vfs_console contained (the vfs stdio glue layer)
as well as other functionality related to stdio (previously referred to as console)
2025-10-16 10:01:59 +08:00
Konstantin Kondrashov
b7da740f12
Merge branch 'feature/log_v2_optimization' into 'master'
...
feat(log): Optimize idf components for binary logging
Closes IDF-12775
See merge request espressif/esp-idf!40289
2025-09-19 14:45:43 +08:00
Konstantin Kondrashov
333a2c0ebc
Merge branch 'fix/coverity_newlib' into 'master'
...
fix(newlib): Fixes Coverity issues
Closes IDF-13926 and IDF-13927
See merge request espressif/esp-idf!41491
2025-09-19 10:35:34 +08:00
Alexey Lapshin
3d056ad1e2
fix(newlib): fix riscv asm inlining for mem functions
2025-09-17 17:15:57 +08:00
Konstantin Kondrashov
dcf486359e
feat(log): Optimize log tag init for bin logging
2025-09-15 15:59:52 +03:00
Alexey Lapshin
9281e78381
change(esp_libc): rename newlib component to esp_libc
2025-09-09 22:00:44 +08:00