This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-08-09 12:35:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af2cb3ba8b9b9080b81eb1c0c917c20b46ed411d
esp-idf
/
components
/
vfs
/
test
History
Roland Dobai
18e83bcd53
Allow VFS file descriptors in select()
2018-05-18 08:06:33 +02:00
..
component.mk
vfs: implement reading from UART
2017-01-16 11:33:32 +08:00
test_vfs_access.c
Implement VFS support for access()
2018-05-14 09:04:18 +02:00
test_vfs_append.c
VFS: use O_APPEND flag of open() correctly
2018-05-11 08:28:22 +02:00
test_vfs_fd.c
tests: Increase performance threshold for VFS running with PSRAM
2018-05-17 21:02:47 +08:00
test_vfs_paths.c
Make relative paths match the default VFS, if provided
2017-06-23 13:12:28 +01:00
test_vfs_select.c
Allow VFS file descriptors in select()
2018-05-18 08:06:33 +02:00
test_vfs_uart.c
vfs_uart: fix write operation blocked by a read
2017-08-29 08:27:36 +08:00