esp-idf/components/newlib
Ivan Grokhotkov d2b894862c newlib: auto-detect sizeof(time_t)
To make the transition from 32-bit time_t to 64-bit time_t smoother,
detect the size of this type in CMake and remove the manual option in
Kconfig.
The information about 64-bit time_t support is moved from Kconfig help
string into the "system time" section of the API reference.
2022-01-11 19:01:21 +01:00
..
platform_include [newlib]: Added missing includes 2021-10-14 11:26:56 +08:00
port esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
priv_include Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test newlib: auto-detect sizeof(time_t) 2022-01-11 19:01:21 +01:00
test_apps newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
.gitignore Initial public version 2016-08-17 23:08:22 +08:00
.gitmodules Initial public version 2016-08-17 23:08:22 +08: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
CMakeLists.txt newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
COPYING.NEWLIB Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
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-13 14:40:21 +01:00
Kconfig Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
locks.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
newlib_init.c ESP8684: add soc, riscv, newlib support 2021-11-06 17:33:44 +08:00
newlib.lf newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
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 esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
realpath.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +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-14 16:06:12 +01:00
syscalls.c Merge branch 'feature/clang_toolchain_compat' into 'master' 2021-09-23 08:19:09 +00:00
sysconf.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
system_libs.lf build system: add COMPILER_SAVE_RESTORE_LIBCALLS option 2021-10-07 15:01:35 +08:00
termios.c VFS: Fix Kconfig prefix 2019-07-02 17:17:18 +02:00
time.c newlib: auto-detect sizeof(time_t) 2022-01-11 19:01:21 +01:00