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

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

commit ae26129e6e5ff8104cc505afba5cae010ffd38e1
Author: Yanfeng Liu <[email protected]>
AuthorDate: Mon Jan 6 18:08:39 2025 +0800

    stm32ldiscovery/chrono: add CONFIG_SLCD
    
    This is to unblock CI check,
    https://github.com/apache/nuttx/actions/runs/12628628318/job/35185115826
    
    following suggestion per:
    https://github.com/apache/nuttx/pull/15423#pullrequestreview-2530760373
    
    Signed-off-by: Yanfeng Liu <[email protected]>
---
 boards/arm/stm32/stm32ldiscovery/configs/chrono/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/stm32/stm32ldiscovery/configs/chrono/defconfig 
b/boards/arm/stm32/stm32ldiscovery/configs/chrono/defconfig
index af316f4b84..759b187954 100644
--- a/boards/arm/stm32/stm32ldiscovery/configs/chrono/defconfig
+++ b/boards/arm/stm32/stm32ldiscovery/configs/chrono/defconfig
@@ -50,6 +50,7 @@ CONFIG_RAW_BINARY=y
 CONFIG_RR_INTERVAL=200
 CONFIG_RTC_DATETIME=y
 CONFIG_SCHED_WAITPID=y
+CONFIG_SLCD=y
 CONFIG_STANDARD_SERIAL=y
 CONFIG_START_DAY=19
 CONFIG_START_MONTH=5

Reply via email to