From ae26129e6e5ff8104cc505afba5cae010ffd38e1 Mon Sep 17 00:00:00 2001 From: Yanfeng Liu Date: Mon, 6 Jan 2025 18:08:39 +0800 Subject: [PATCH] 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 --- 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