arm/stm32: Disable NSH help to fix build issue
Some checks failed
Build Documentation / build-html (push) Has been cancelled

Disable NSH help in nucleo-f302r8/ihm07m1_b16 to resolve a build
failure caused by insufficient memory.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
wangchengdong
2025-11-24 19:58:29 +08:00
committed by Xiang Xiao
parent 23733e7642
commit e2703c3f4a

View File

@@ -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