This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new ff376ceb1f boards/lm3s6432-s2e: reduce size of NSH configuration binary ff376ceb1f is described below commit ff376ceb1f4f6f737e5ed1153f1ae01cafb3029f Author: Petro Karashchenko <petro.karashche...@gmail.com> AuthorDate: Thu Apr 20 10:49:22 2023 +0300 boards/lm3s6432-s2e: reduce size of NSH configuration binary Signed-off-by: Petro Karashchenko <petro.karashche...@gmail.com> --- boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig index a672826d04..3d1dbf6f20 100644 --- a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig +++ b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig @@ -16,6 +16,8 @@ CONFIG_ARCH_CHIP_LM3S=y CONFIG_ARCH_CHIP_LM=y CONFIG_ARCH_STACKDUMP=y CONFIG_BOARD_LOOPSPERMSEC=4531 +CONFIG_DISABLE_ENVIRON=y +CONFIG_DISABLE_MQUEUE_SYSV=y CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_NET=y CONFIG_NETDB_DNSCLIENT=y