mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 01:34:58 +08:00
arm/stm32: Disable NSH help to fix build issue
Some checks failed
Build Documentation / build-html (push) Has been cancelled
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:
committed by
Xiang Xiao
parent
23733e7642
commit
e2703c3f4a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user