From e2703c3f4aa3a73b0ee603f8f3c956ca13bd6d6f Mon Sep 17 00:00:00 2001 From: wangchengdong Date: Mon, 24 Nov 2025 19:58:29 +0800 Subject: [PATCH] arm/stm32: Disable NSH help to fix build issue Disable NSH help in nucleo-f302r8/ihm07m1_b16 to resolve a build failure caused by insufficient memory. Signed-off-by: Chengdong Wang --- boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_b16/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_b16/defconfig b/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_b16/defconfig index 6f70a48f385..4ea22faa3f6 100644 --- a/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_b16/defconfig +++ b/boards/arm/stm32/nucleo-f302r8/configs/ihm07m1_b16/defconfig @@ -58,6 +58,7 @@ CONFIG_MOTOR_FOC_TRACE=y CONFIG_MQ_MAXMSGSIZE=5 CONFIG_NSH_ARCHINIT=y CONFIG_NSH_BUILTIN_APPS=y +CONFIG_NSH_DISABLE_HELP=y CONFIG_RAM_SIZE=16386 CONFIG_RAM_START=0x20000000 CONFIG_RAW_BINARY=y