This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 179cd569f0e6a4389396d3a803f79849cfea32af
Author: dongjiuzhu1 <[email protected]>
AuthorDate: Wed Dec 31 12:08:43 2025 +0800

    board/lm3s6432-s2e/nsh: disable LIBC_LONG_LONG to avoid 64bit caluclar
    
    00086373 00000634 T __aeabi_dsub
    00086373 00000634 T __subdf3
    00087841 00000724 T __udivmoddi4
    and other small symbol, save total flash size 3K
    
    Signed-off-by: dongjiuzhu1 <[email protected]>
---
 boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig 
b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
index f24da36da84..eb4f22c8cb1 100644
--- a/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
+++ b/boards/arm/tiva/lm3s6432-s2e/configs/nsh/defconfig
@@ -5,6 +5,7 @@
 # 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_DISABLE_IFCONFIG is not set
 # CONFIG_NSH_DISABLE_PS is not set
 CONFIG_ARCH="arm"

Reply via email to