From 982c91d352deac3e46b4ca8bdec43840436c70e9 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Wed, 6 May 2026 16:27:06 -0400 Subject: [PATCH 1/2] boards/esp32p4-function-ev-board: Normalize configuration Normalize configuration following change to NuttX initialization process. Signed-off-by: Matteo Golin --- .../esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig b/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig index 34d313a977c2a..c9e1307c3b090 100644 --- a/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig +++ b/boards/risc-v/esp32p4/esp32p4-function-ev-board/configs/ethernet/defconfig @@ -52,7 +52,6 @@ CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_TCP=y CONFIG_NET_UDP=y CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=6 -CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y CONFIG_NSH_DISABLE_LOSMART=y CONFIG_NSH_FILEIOSIZE=512 From ebea3616f82bbcd1a4cb8fa967f93c000b778bea Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Wed, 6 May 2026 16:26:31 -0400 Subject: [PATCH 2/2] 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 --- .../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 7d9ca13314ce8..adc51b2670459 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