KonstantinKondrashov b77c50a063 newlib: Fix UT for adjtime 5 years ago
..
include fa02598b5c lwip_2.1.2 for idf_4.0 6 years ago
lib 239ac0e17b newlib: Add strptime(), qsort_r(), nanf() to libc & libc_nano 8 years ago
platform_include fa02598b5c lwip_2.1.2 for idf_4.0 6 years ago
test b77c50a063 newlib: Fix UT for adjtime 5 years ago
.gitignore bd6ea4393c Initial public version 9 years ago
.gitmodules bd6ea4393c Initial public version 9 years ago
CMakeLists.txt 41062bea99 VFS: Implement pread() and pwrite() 6 years ago
COPYING.NEWLIB bd6ea4393c Initial public version 9 years ago
Kconfig 0ae53691ba Rename Kconfig options (components/esp32) 6 years ago
Makefile.old bd6ea4393c Initial public version 9 years ago
component.mk 5719cd6fac newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 6 years ago
esp32-spiram-rom-functions-c.lf 898b4bdf4d newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 6 years ago
esp32-spiram-rom-functions-psram-workaround.lf 898b4bdf4d newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 6 years ago
heap.c 5719cd6fac newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 6 years ago
locks.c c599d7aa49 fix bug that semaphore may schedule out in Critical Section 6 years ago
newlib.lf 5719cd6fac newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 6 years ago
poll.c aa9d302814 VFS: Implement poll() based on select() 7 years ago
pread.c 41062bea99 VFS: Implement pread() and pwrite() 6 years ago
project_include.cmake 2c12080049 components: correct dependency information for linking without link groups 6 years ago
pthread.c 22514c1dd9 cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 6 years ago
pwrite.c 41062bea99 VFS: Implement pread() and pwrite() 6 years ago
random.c 83a179abb0 esp32: Add esp_fill_random() function 7 years ago
reent_init.c bb4f5617ab test: clean up "leaks" tags from most unit tests 6 years ago
select.c 43eb58da99 VFS: Fix Kconfig prefix 6 years ago
syscall_table.c c159984264 separate rom from esp32 component to esp_rom 6 years ago
syscalls.c 85656ca77d newlib: define fcntl as strong symbol 6 years ago
termios.c 43eb58da99 VFS: Fix Kconfig prefix 6 years ago
time.c 409355febe newlib: Fix adjtime, returns the amount of time remaining from any previous adjustment 5 years ago
utime.c fb334baa7c VFS: Implement utime() 7 years ago