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

xiaoxiang781216 pushed a commit to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/releases/13.0 by this push:
     new 1240ee3ef7d boards/lm3s6965-ek: Disable CONFIG_READLINE_EDIT to fix 
build
1240ee3ef7d is described below

commit 1240ee3ef7d55d60a548364e59c38406637133f1
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Sun Jul 26 18:30:55 2026 -0300

    boards/lm3s6965-ek: Disable CONFIG_READLINE_EDIT to fix build
    
    When enabling CONFIG_READLINE_EDIT the CI fails because it reports
    there is not left space in this device.
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig 
b/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig
index a2c7f484483..0057d953a6b 100644
--- a/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig
+++ b/boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig
@@ -6,6 +6,7 @@
 # modifications.
 #
 # CONFIG_NSH_DISABLE_DATE is not set
+# CONFIG_READLINE_EDIT is not set
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="lm3s6965-ek"
 CONFIG_ARCH_BOARD_LM3S6965EK=y

Reply via email to