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


The following commit(s) were added to refs/heads/master by this push:
     new bff0a5afd95 boards/stm32l0538-disco: Remove DD command to release more 
space
bff0a5afd95 is described below

commit bff0a5afd95bbab93323f734b0f2f5f682518f9b
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Wed Jul 1 09:38:44 2026 -0300

    boards/stm32l0538-disco: Remove DD command to release more space
    
    Currently stm32l0538-disco is using all its space on NuttX mainline
    After some investigation I noticed that DD is using more than 1500
    bytes. After disabling it the board returned to compile.
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 boards/arm/stm32l0/stm32l0538-disco/configs/nsh/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/stm32l0/stm32l0538-disco/configs/nsh/defconfig 
b/boards/arm/stm32l0/stm32l0538-disco/configs/nsh/defconfig
index 7a823b72968..22b111b4b4e 100644
--- a/boards/arm/stm32l0/stm32l0538-disco/configs/nsh/defconfig
+++ b/boards/arm/stm32l0/stm32l0538-disco/configs/nsh/defconfig
@@ -5,7 +5,7 @@
 # You can then do "make savedefconfig" to generate a new defconfig file that 
includes your
 # modifications.
 #
-# CONFIG_SYSTEM_DD_STATS is not set
+# CONFIG_SYSTEM_DD is not set
 CONFIG_ARCH="arm"
 CONFIG_ARCH_BOARD="stm32l0538-disco"
 CONFIG_ARCH_BOARD_STM32L0538_DISCO=y

Reply via email to