esp-idf/components/newlib
Ivan Grokhotkov 064148212b Merge branch 'bugfix/read_eof_no_vfs_4.4' into 'release/v4.4'
newlib: fix return value of no-VFS _read_r if nothing received (v4.4)

See merge request espressif/esp-idf!18160
2022-05-23 17:53:47 +08:00
..
platform_include newlib: fix ESHUTDOWN and ENOTSOCK having the same numerical value 2022-05-18 19:52:15 +02:00
port
priv_include
test
test_apps newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
.gitignore
.gitmodules
CMakeLists.txt newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c
assert.c
component.mk
esp32-spiram-rom-functions-c.lf
heap.c newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
locks.c
newlib.lf
newlib_init.c
poll.c
pthread.c
random.c
realpath.c newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
reent_init.c
stdatomic.c newlib: stdatomic: implement missing "op_fetch", "nand" builtins 2021-12-21 02:15:45 +01:00
syscalls.c newlib: fix return value of no-VFS _read_r if nothing received 2022-05-18 19:33:10 +02:00
sysconf.c newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
system_libs.lf
termios.c
time.c