This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2026-04-27 19:13:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8b3414ba511db7d7fac0e8ee703542e2ab300033
esp-idf
/
components
/
esp_libc
/
src
T
History
Alexey Lapshin
8b3414ba51
fix(esp_libc): picolibc: add workaround for setvbuf on _IONBF
2026-03-25 16:26:54 +07:00
..
picolibc
fix(esp_libc): picolibc: add workaround for setvbuf on _IONBF
2026-03-25 16:26:54 +07:00
port
…
string
…
.gitignore
…
abort.c
…
assert.c
…
esp_libc.lf
fix(picolibc): add psram fix for libc functions
2025-12-24 13:28:44 +07:00
flockfile.c
…
getentropy.c
…
heap.c
…
init.c
…
libc.lf
…
libm.lf
…
locks.c
feat(esp_libc): make picolibc default libc
2025-12-03 13:31:42 +07:00
newlib_init.c
…
poll.c
fix(storage/esp_libc): Fix poll return value discrepancy
2026-01-14 08:28:05 +01:00
pthread.c
fix(configs): Remove mentions of ASIO from configs files
2025-11-25 13:02:31 +01:00
random.c
…
realpath.c
…
reent_init.c
…
reent_syscalls.c
feat(stdio): added esp_stdio component
2025-10-16 10:01:59 +08:00
scandir.c
…
stdatomic.c
…
syscalls.c
fix(newlib): Remove definitions of raise()
2025-12-15 09:56:00 +01:00
sysconf.c
…
system_libs.lf
…
termios.c
…
time.c
…