This is an automated email from the ASF dual-hosted git repository. masayuki pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 2f0b4eb lpc17xx: Added WDT driver. new 2b0b298 fs/mmap: Remove rammap_initialize declaration new 8612af4 fs: Implement file_mmap and file_munmap API new 841a492 binfmt: Replace all nx_ API with file_ API The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: binfmt/binfmt_unloadmodule.c | 2 +- binfmt/builtin.c | 19 +-- binfmt/elf.c | 1 - binfmt/libelf/libelf_init.c | 6 +- binfmt/libelf/libelf_load.c | 2 +- binfmt/libelf/libelf_read.c | 4 +- binfmt/libelf/libelf_uninit.c | 4 +- binfmt/libnxflat/libnxflat_init.c | 9 +- binfmt/libnxflat/libnxflat_load.c | 11 +- binfmt/libnxflat/libnxflat_read.c | 4 +- binfmt/libnxflat/libnxflat_uninit.c | 4 +- binfmt/libnxflat/libnxflat_unload.c | 2 +- binfmt/nxflat.c | 3 - fs/mmap/fs_mmap.c | 250 ++++++++++++++++++++---------------- fs/mmap/fs_munmap.c | 171 +++++++++++++++--------- fs/mmap/fs_rammap.c | 37 ++++-- fs/mmap/fs_rammap.h | 26 +--- include/nuttx/binfmt/elf.h | 2 +- include/nuttx/binfmt/nxflat.h | 2 +- include/nuttx/fs/fs.h | 24 ++++ 20 files changed, 336 insertions(+), 247 deletions(-)