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 ab78e3817a sched/task_[posix]spawn: Simplify how spawn attributes are
handled
new 1822b1c37f Documentation: migrate /audio
new 6448135f65 Documentation: migrate /fs
new 61cdd105ef Documentation: migrate /libs
new ebcf8f0d16 Documentation: migrate /net
new 00d14665d1 Documentation: migrate /mm
new 64b924d18c Documentation: migrate /syscall
new 8a330ca0bc Documentation: migrate /tools
new 8e40cfd1b6 Documentation: migrate /arch
new 9bef53bbdd Documentation: migrate /drivers
new afef047c6f Documentation: fix warning introduced by sd_stress
The 10 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:
.../applications/testing/sd_stress/index.rst | 4 +-
Documentation/components/arch/index.rst | 130 +++
Documentation/components/audio/index.rst | 121 ++
Documentation/components/drivers/block/index.rst | 6 +
.../components/drivers/character/index.rst | 1 +
.../components/drivers/character/nullzero.rst | 8 +
Documentation/components/drivers/index.rst | 215 ++++
Documentation/components/drivers/special/index.rst | 3 +-
Documentation/components/drivers/special/lcd.rst | 86 +-
Documentation/components/drivers/special/mtd.rst | 155 +++
.../components/drivers/special/regmap.rst | 180 +++
.../components/drivers/special/rwbuffer.rst | 6 +
Documentation/components/filesystem/binfs.rst | 30 +
Documentation/components/filesystem/cromfs.rst | 254 +++++
Documentation/components/filesystem/index.rst | 57 +
Documentation/components/filesystem/mmap.rst | 79 ++
Documentation/components/filesystem/nxffs.rst | 186 ++++
.../{filesystem.rst => filesystem/partition.rst} | 87 +-
Documentation/components/filesystem/procfs.rst | 51 +
Documentation/components/filesystem/smartfs.rst | 480 ++++++++
Documentation/components/filesystem/spiffs.rst | 31 +
Documentation/components/filesystem/unionfs.rst | 96 ++
Documentation/components/filesystem/zipfs.rst | 41 +
Documentation/components/index.rst | 9 +-
Documentation/components/libs/index.rst | 46 +
Documentation/components/libs/libc/index.rst | 152 +++
Documentation/components/libs/libc/zoneinfo.rst | 179 +++
Documentation/components/libs/libdsp.rst | 7 +
Documentation/components/libs/libm.rst | 3 +
Documentation/components/libs/libnx/index.rst | 19 +
Documentation/components/libs/libnx/nxfonts.rst | 271 +++++
Documentation/components/libs/libxx.rst | 43 +
Documentation/components/mm/index.rst | 222 ++++
Documentation/components/mm/shm.rst | 117 ++
Documentation/components/net/index.rst | 56 +
Documentation/components/net/sixlowpan.rst | 174 +++
Documentation/components/syscall.rst | 209 ++++
Documentation/components/tools/index.rst | 1175 ++++++++++++++++++++
Documentation/platforms/index.rst | 2 +
39 files changed, 4874 insertions(+), 117 deletions(-)
create mode 100644 Documentation/components/arch/index.rst
create mode 100644 Documentation/components/audio/index.rst
create mode 100644 Documentation/components/drivers/character/nullzero.rst
create mode 100644 Documentation/components/drivers/special/regmap.rst
create mode 100644 Documentation/components/drivers/special/rwbuffer.rst
create mode 100644 Documentation/components/filesystem/binfs.rst
create mode 100644 Documentation/components/filesystem/cromfs.rst
create mode 100644 Documentation/components/filesystem/index.rst
create mode 100644 Documentation/components/filesystem/mmap.rst
create mode 100644 Documentation/components/filesystem/nxffs.rst
rename Documentation/components/{filesystem.rst => filesystem/partition.rst}
(63%)
create mode 100644 Documentation/components/filesystem/procfs.rst
create mode 100644 Documentation/components/filesystem/smartfs.rst
create mode 100644 Documentation/components/filesystem/spiffs.rst
create mode 100644 Documentation/components/filesystem/unionfs.rst
create mode 100644 Documentation/components/filesystem/zipfs.rst
create mode 100644 Documentation/components/libs/index.rst
create mode 100644 Documentation/components/libs/libc/index.rst
create mode 100644 Documentation/components/libs/libc/zoneinfo.rst
create mode 100644 Documentation/components/libs/libdsp.rst
create mode 100644 Documentation/components/libs/libm.rst
create mode 100644 Documentation/components/libs/libnx/index.rst
create mode 100644 Documentation/components/libs/libnx/nxfonts.rst
create mode 100644 Documentation/components/libs/libxx.rst
create mode 100644 Documentation/components/mm/index.rst
create mode 100644 Documentation/components/mm/shm.rst
create mode 100644 Documentation/components/net/index.rst
create mode 100644 Documentation/components/net/sixlowpan.rst
create mode 100644 Documentation/components/syscall.rst
create mode 100644 Documentation/components/tools/index.rst