xiaoxiang781216 commented on code in PR #17751: URL: https://github.com/apache/nuttx/pull/17751#discussion_r2654926253
########## boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig: ########## @@ -36,6 +39,7 @@ CONFIG_NET_TCP=y CONFIG_NET_UDP=y CONFIG_NET_UDP_CHECKSUMS=y CONFIG_NSH_ARCHINIT=y +CONFIG_NSH_DISABLE_MV=y Review Comment: let's remove ########## boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig: ########## @@ -5,6 +5,9 @@ # You can then do "make savedefconfig" to generate a new defconfig file that includes your # modifications. # +# CONFIG_LIBC_LONG_LONG is not set +# CONFIG_NSH_ALIAS is not set +# CONFIG_NSH_ARGCAT is not set Review Comment: let's remove CONFIG_NSH_ARGCAT and CONFIG_NSH_ALIAS, but just keep CONFIG_LIBC_LONG_LONG. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
