This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 382bb5e87446c949ebc6ad31b29f6a0a24a825b1 Author: Matteo Golin <[email protected]> AuthorDate: Wed May 6 16:26:31 2026 -0400 docs/risc-v: Remove mention of NSH_ARCHINIT Removes mention of NSH_ARCHINIT since this configuration option no longer exists. Signed-off-by: Matteo Golin <[email protected]> --- .../platforms/arm/tiva/boards/tm4c123g-launchpad/index.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/platforms/arm/tiva/boards/tm4c123g-launchpad/index.rst b/Documentation/platforms/arm/tiva/boards/tm4c123g-launchpad/index.rst index 7d9ca13314c..adc51b26704 100644 --- a/Documentation/platforms/arm/tiva/boards/tm4c123g-launchpad/index.rst +++ b/Documentation/platforms/arm/tiva/boards/tm4c123g-launchpad/index.rst @@ -125,12 +125,6 @@ Device Drivers -> Memory Technology Device (MTD) Support CONFIG_AT24XX_SIZE=512 : Specifies the AT 24C512 part CONFIG_AT24XX_ADDR=0x53 : AT24 I2C address -Application Configuration -> NSH Library - -.. code-block:: console - - CONFIG_NSH_ARCHINIT=y : NSH board-initialization - File systems .. code-block:: console
