esp-idf/components/vfs
Omar Chebib 73303e5de0 VFS: select function's timeout is now POSIX compliant
`select` function will now round up the timeout passed as a parameter (if any).
It  makes it POSIX compliant.

* Closes https://github.com/espressif/esp-idf/issues/7514
2021-10-28 02:52:59 +00:00
..
include VFS: select function's timeout is now POSIX compliant 2021-10-28 02:52:59 +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
CMakeLists.txt esp32: cleanup build script 2021-07-16 20:14:27 +08:00
component.mk * ets_delay_us(1) has too much overhead; change logic 2021-04-28 16:38:24 +08:00
Kconfig vfs: list IO functions which can be used with VFS_SUPPORT_IO disabled 2021-08-23 07:02:19 +02:00
sdkconfig.rename Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
vfs_cdcacm.c vfs: zero-initialize struct stat in *_stat and *_fstat handlers 2020-12-29 16:18:04 +01:00
vfs_eventfd.c vfs: fix occasional ISR context mismatch in event fd 2021-09-17 17:31:20 +08:00
vfs_semihost.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
vfs_uart.c Fix memory leak on error path in register_select 2021-07-23 17:49:34 +05:30
vfs_usb_serial_jtag.c usb_serial_jtag: Add blocking driver to support vfs. 2021-07-05 11:22:38 +08:00
vfs.c VFS: select function's timeout is now POSIX compliant 2021-10-28 02:52:59 +00:00