esp-idf/components/newlib
Scott Mabin e6964819b4 newlib: dirent d_ino type fix
As per the posix spec, `d_ino` should be defined as `ino_t`. See the
reference:
http://pubs.opengroup.org/onlinepubs/7908799/xsh/dirent.h.html.
2022-06-21 14:40:13 +01:00
..
platform_include newlib: dirent d_ino type fix 2022-06-21 14:40:13 +01:00
port esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
priv_include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test tests: refactoring of the gcc's inner functions, because clang doesn't support them 2021-09-10 19:51:27 +03:00
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 Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
Kconfig
Makefile.old Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
abort.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
assert.c newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
component.mk newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
esp32-spiram-rom-functions-c.lf psram: add configuration macros to move workaround libc functions to flash 2021-06-23 17:40:02 +08:00
heap.c newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
locks.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
newlib.lf newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
newlib_init.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
poll.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
pthread.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
random.c
realpath.c newlib: implement posix_memalign, sysconf, realpath 2021-12-22 10:54:54 +01:00
reent_init.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
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 build system: add COMPILER_SAVE_RESTORE_LIBCALLS option 2021-10-07 15:01:35 +08:00
termios.c
time.c Updates for riscv support 2020-11-13 07:49:11 +11:00