nuttx/fs
Guiding Li 8b92305265 This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied.
This port was effort of a number of people, I rather arbitrarily gave authorship to Guiding Li because he has the largest number of fundamental quashed commits from the Xiamoi repository.

Squashed commit of the following:

Author: Xiang Xiao <xiaoxiang@pinecone.net>
    include/nuttx/b2c.h and libx/libc/string:  Add non-standard string functions to deal with cases where there are more than 8-bits in a type char.

Author: Gregory Nutt <gnutt@nuttx.org>
    Fix several build issues/missing definitiona needed for OpenAMP build in drivers/.
    Add OpenAMP code has been reviewed and ran through tools/nxstyle (with all reports accounted for).

Author: Xiang Xiao <xiaoxiang@xiaomi.com>
    tools/:  Fix the minor issue in Makefile

Author: Gregory Nutt <gnutt@nuttx.org>
    drivers/rptun/rptun.c:  Review for coding standard.  Run against tools/nxstyle.
    tools/LibTargets.mk:  Fix some TABs that were turned into spaces by a copy-paste.
    fs/hostfs:  Add configure and build support for hostfs RPC.
    drivers/timer:  Add configure and build support for syslog RTC.
    drivers/syslog:  Add configure and build support for syslog RPC.
    drivers/serial:  Add configure and build support for serial RPC.
    Kconfig, tools/*.mk. openamp/:  Add basic OpenAMP build support.
    drivers/rptun:  Add configure and build support for OpenAMP tunnel drivers.
    drivers/net:  Update Make.defs and Kconfig for OpenSDA support.
    Remove drivers/clk/clk-rpmsg.c drivers/power/rpmsg_regulator.c.  These depend on upstreaming support for a new subsystem based on the clk/regulator is model from Linux.  Removed because we want to separate the activities.  We will just try to get the basic OpenAMP support in place for now.
    Remove drivers/misc/misc_rpmsg.c and include/nuttx/misc/misc_rpmsg.h.  These are specific to the Xiaomi application.

Author: zhuyanlin <zhuyanlin@pinecone.net>
    This commit brings in the OpenAMP OS driver/RPC components from https://github.com/FishsemiCode/nuttx.  Initial commit is source files only.  Additional changes to Kconfig and Make.defs files still needed.

Author: Jianli Dong <dongjianli@pinecone.net>
    This commit brings in the OpenAMP OS driver/RPC components from https://github.com/FishsemiCode/nuttx.  Initial commit is source files only.  Additional changes to Kconfig and Make.defs files still needed.

Author: Guiding Li <liguiding@pinecone.net>
    This commit brings in the OpenAMP OS driver/RPC components from https://github.com/FishsemiCode/nuttx.  Initial commit is source files only.  Additional changes to Kconfig and Make.defs files still needed.
2019-11-02 11:30:33 -06:00
..
aio fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
binfs This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space. 2019-08-23 09:07:40 -06:00
cromfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
dirent fs/dirent/fs_opendir.c: Fix typo and style. opendir() did set errno to a negative value in one error case. Fixed some coding style issues found by nxstyle. 2019-07-31 07:18:07 -06:00
driver fs/driver/fs_findmtddriver.c: Fix compile failed if NO CONFIG_MTD. 2019-10-29 08:16:27 -06:00
fat fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
hostfs This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
inode fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
littlefs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
mmap A little more progress toward the implementation of per-window framebuffers. Still missing: 2019-03-14 11:20:14 -06:00
mount fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
mqueue fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
nfs fs/nfs/rpc_clnt.c: Fix a typo introduced with bd3cc792ff. 2019-10-27 15:39:08 -06:00
nxffs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
partition Fix some new warnings found in build testing. 2019-09-10 08:20:53 -06:00
procfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
romfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
semaphore Standardization of some function headers. 2018-03-13 09:52:27 -06:00
shm fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
smartfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
spiffs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
tmpfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
unionfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
userfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
vfs fs/: Run all .c files under fs/ through tools/nxstyle. 2019-10-27 11:48:14 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
Kconfig Addes the ARM mbed littlefs to NuttX 2019-01-09 14:26:51 -06:00
Makefile CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00