esp-idf/components/newlib
Roland Dobai aa9d302814 VFS: Implement poll() based on select()
Closes https://github.com/espressif/esp-idf/issues/2945
2019-02-25 10:34:27 +01:00
..
include
lib
platform_include VFS: Implement poll() based on select() 2019-02-25 10:34:27 +01:00
test
.gitignore
.gitmodules
CMakeLists.txt VFS: Implement poll() based on select() 2019-02-25 10:34:27 +01:00
COPYING.NEWLIB
Makefile.old
component.mk newlib: Provide library name for ROM libc object files linked as PSRAM workarounds 2019-01-24 11:30:05 +08:00
esp32-spiram-rom-functions.lf newlib: When using psram, link setlocale() to flash not IRAM 2019-02-22 03:28:41 +00:00
locks.c
poll.c VFS: Implement poll() based on select() 2019-02-25 10:34:27 +01:00
pthread.c
random.c
reent_init.c
select.c
syscall_table.c
syscalls.c
termios.c
time.c
utime.c