This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 187d9e5 Remove the unnecessary inclusion of assert.h and string.h
from public header files
add d445282 fs/vfs: Add file descriptor based timers support
No new revisions were added by this update.
Summary of changes:
fs/Kconfig | 30 +-
fs/Makefile | 1 +
fs/dirent/fs_closedir.c | 5 +-
fs/dirent/fs_opendir.c | 13 +-
fs/dirent/fs_readdir.c | 10 +-
fs/vfs/Kconfig | 62 +++
fs/vfs/Make.defs | 6 +
fs/vfs/fs_eventfd.c | 19 +-
fs/vfs/fs_statfs.c | 8 +-
fs/vfs/fs_timerfd.c | 822 +++++++++++++++++++++++++++++++++++
include/nuttx/wdog.h | 2 +-
include/sys/syscall_lookup.h | 5 +
include/sys/{eventfd.h => timerfd.h} | 31 +-
libs/libc/stdio/lib_getdelim.c | 2 +-
syscall/syscall.csv | 3 +
15 files changed, 944 insertions(+), 75 deletions(-)
create mode 100644 fs/vfs/Kconfig
create mode 100644 fs/vfs/fs_timerfd.c
copy include/sys/{eventfd.h => timerfd.h} (76%)