diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 3d54152ba8..a4d7c2a76a 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -4673,7 +4673,6 @@ mount -t vfat /dev/ram1 /tmp configs/sim/nx
configs/sim/nx11
configs/sim/touchscreen
- configs/vsn/nsh

In most of these cases, the configuration sets up the default /etc/init.d/rcS script. @@ -4683,11 +4682,7 @@ mount -t vfat /dev/ram1 /tmp

If that default behavior is not what you want, then you can provide your own custom rcS script by defining CONFIG_NSH_ARCHROMFS=y in the configuration file. - The only example that uses a custom /etc/init.d/rcS file in the NuttX source tree is this one: configs/vsn/nsh. - The configs/vsn/nsh/defconfig file also has this definition:

- -

Modifying the ROMFS Image. The contents of the /etc directory are retained in the file apps/nshlib/nsh_romfsimg.h OR, if CONFIG_NSH_ARCHROMFS is defined, include/arch/board/nsh_romfsimg.h. @@ -4750,11 +4745,6 @@ mount -t vfat /dev/ram1 /tmp NOTE when the OS is configured, include/arch/board will be linked to configs/<board>/include.

-

- As mention above, the only example that uses a custom /etc/init.d/rcS file in the NuttX source tree is this one: configs/vsn/nsh. - The custom script for the configs/vsn case is located at configs/vsn/include/rcS.template. -

-

All of the startup-behavior is contained in rcS.template. The role of mkromfsimg.sh script is to (1) apply the specific configuration settings to rcS.template to create the final rcS, and (2) to generate the header file nsh_romfsimg.h containg the ROMFS file system image. @@ -4770,9 +4760,6 @@ mount -t vfat /dev/ram1 /tmp The xxd tool that is used to create the C header file.

-

- You can find the generated ROMFS file system for the configs/vsn case here: configs/vsn/include/rcS.template -

diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3b39e7e75d..5a0e41e83a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1414,7 +1414,7 @@
  • ARM Cortex-A9 (1)
  • ARM Cortex-R4 (1)
  • ARM Cortex-M0/M0+ (7)
  • -
  • ARM Cortex-M3 (35)
  • +
  • ARM Cortex-M3 (34)
  • ARM Cortex-M4 (28)
  • ARM Cortex-M7 (4)
  • @@ -2940,14 +2940,6 @@ nsh> Refer to the NuttX board README file for further information.

    -
  • -

    - ISOTEL NetClamps VSN. - The ISOTEL NetClamps VSN V1.2 ready2go sensor network platform based on the - STMicro STM32F103RET6. Contributed by Uros Platise. - Refer to the NuttX board README file for further information. -

    -
  • HY-Mini STM32v board. @@ -3011,14 +3003,6 @@ nsh> the USB serial device class, and the USB mass storage device class example.

  • -
  • -

    - NetClamps VSN. - Support for the NetClamps VSN was included in version 5.18 of NuttX. - Uros Platise added support for timers, RTC, I2C, FLASH, extended power management - and other features. -

    -
  • Additional Drivers. diff --git a/Documentation/README.html b/Documentation/README.html index 8ea7c15c05..07ca5241df 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -286,9 +286,6 @@ nuttx/ | | `- README.txt | |- viewtool-stm32f107/ | | `- README.txt - | |- vsn/ - | | |- src/README.txt - | | `- README.txt | |- xtrs/ | | `- README.txt | |- z16f2800100zcog/