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/nuttx.git
from cbb5e8fee2 modlib:gen-elf.ld.in DATA section need add CONFIG_MM_PGSIZE
add 2749510413 Update a few comments after the recent readv/writev changes
add 30ad31e9d7 uio api tweaks
add 00010089b8 drivers/serial/serial.c: adapt to the iovec-based api
No new revisions were added by this update.
Summary of changes:
drivers/loop/loop.c | 23 ++++---
drivers/misc/dev_null.c | 23 ++++---
drivers/misc/dev_zero.c | 31 ++++-----
drivers/serial/serial.c | 96 +++++++++++++++++++++------
fs/vfs/fs_read.c | 28 +++++---
fs/vfs/fs_uio.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++--
fs/vfs/fs_write.c | 27 ++++++--
include/nuttx/fs/fs.h | 12 ++--
include/nuttx/fs/uio.h | 52 +++++++++++++--
9 files changed, 373 insertions(+), 92 deletions(-)