mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
arm/stm32: Disable NSH help to fix build issue
Build Documentation / build-html (push) Has been cancelled
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_MQ_MAXMSGSIZE=5
|
||||||
CONFIG_NSH_ARCHINIT=y
|
CONFIG_NSH_ARCHINIT=y
|
||||||
CONFIG_NSH_BUILTIN_APPS=y
|
CONFIG_NSH_BUILTIN_APPS=y
|
||||||
|
CONFIG_NSH_DISABLE_HELP=y
|
||||||
CONFIG_RAM_SIZE=16386
|
CONFIG_RAM_SIZE=16386
|
||||||
CONFIG_RAM_START=0x20000000
|
CONFIG_RAM_START=0x20000000
|
||||||
CONFIG_RAW_BINARY=y
|
CONFIG_RAW_BINARY=y
|
||||||
|
|||||||
Reference in New Issue
Block a user