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
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
vfs
History
Alexey Lapshin
561587c11c
fix(vfs): fix nullfs open syscall
2024-08-09 16:05:52 +07:00
..
include
feat(storage/vfs): add /dev/null for unwanted output redirection
2024-05-28 07:54:35 +02:00
private_include
…
test_apps
feat(esp32c61): disable unsupported build test
2024-07-16 16:06:19 +08:00
CMakeLists.txt
fix(storage/vfs): always register /dev/null on startup
2024-05-28 07:55:37 +02:00
Kconfig
feat(storage/vfs): make automatic nullfs initialization optional
2024-05-29 10:39:55 +02:00
linker.lf
…
nullfs.c
fix(vfs): fix nullfs open syscall
2024-08-09 16:05:52 +07:00
openocd_semihosting.h
…
sdkconfig.rename
…
vfs_eventfd.c
fix(vfs): fix warnings found by GNU static analyzer
2024-06-18 14:25:37 +08:00
vfs_semihost.c
…
vfs.c
…