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 43ecf36d78 udp: modify ipv4 multicast to allow different conn to join simultaneously new bfd342b4eb Documentation: fix warning new 63558cf72f Documentation: migrate "NuttX Graphics Subsystem (NX)" from wiki new de564d38e9 Documentation: migrate "Wide Font Support" from wiki new 03b4ec60a5 Documentation: migrate "Running Applications from NSH" from wiki new 3b23a693ac Documentation: migrate "Linux Processes vs NuttX Tasks" from wiki new adc557f545 Documentation: migrate "apps/tools/mkromfsimg.sh" from wiki new 20fd7f588f Documentation: CONFIG_USER_ENTRYPOINT was changed to CONFIG_INIT_ENTRYPOINT new f96064db75 Documentation: migrate "SMP Critical Sections" from wiki new fdc671fa3e Documentation: migrate "Critical Section Monitor" from wiki The 9 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: Documentation/applications/nsh/index.rst | 1 + Documentation/applications/nsh/running_apps.rst | 180 +++++++++ Documentation/applications/tools/index.rst | 70 +++- Documentation/components/nxgraphics/nx.rst | 57 +++ Documentation/components/nxgraphics/nxfonts.rst | 84 ++++ Documentation/guides/customapps.rst | 2 +- Documentation/implementation/critical_sections.rst | 432 +++++++++++++++++++++ Documentation/implementation/index.rst | 10 + .../implementation/processes_vs_tasks.rst | 263 +++++++++++++ Documentation/index.rst | 1 + .../arm/stm32f4/boards/stm32f401rc-rs485/index.rst | 11 +- 11 files changed, 1104 insertions(+), 7 deletions(-) create mode 100644 Documentation/applications/nsh/running_apps.rst create mode 100644 Documentation/implementation/critical_sections.rst create mode 100644 Documentation/implementation/index.rst create mode 100644 Documentation/implementation/processes_vs_tasks.rst