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

archer 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 f36a090aa91 boards/smartl-c906: enable hrtimer
f36a090aa91 is described below

commit f36a090aa910b59c8904d9ccc8d6454d4bc7d386
Author: wangchengdong <[email protected]>
AuthorDate: Wed Jan 21 08:44:39 2026 +0800

    boards/smartl-c906: enable hrtimer
    
      Enable hrtimer support on the smartl-c906 board so that CI can build
      and exercise the hrtimer subsystem.
    
    Signed-off-by: Chengdong Wang <[email protected]>
---
 boards/risc-v/c906/smartl-c906/configs/sotest/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/risc-v/c906/smartl-c906/configs/sotest/defconfig 
b/boards/risc-v/c906/smartl-c906/configs/sotest/defconfig
index 22086c6432e..9709c338499 100644
--- a/boards/risc-v/c906/smartl-c906/configs/sotest/defconfig
+++ b/boards/risc-v/c906/smartl-c906/configs/sotest/defconfig
@@ -27,6 +27,7 @@ CONFIG_EXAMPLES_HELLO=y
 CONFIG_EXAMPLES_SOTEST=y
 CONFIG_FS_PROCFS=y
 CONFIG_FS_ROMFS=y
+CONFIG_HRTIMER=y
 CONFIG_IDLETHREAD_STACKSIZE=2048
 CONFIG_INIT_ENTRYPOINT="nsh_main"
 CONFIG_INIT_STACKSIZE=3072
@@ -59,6 +60,7 @@ CONFIG_START_DAY=7
 CONFIG_START_MONTH=3
 CONFIG_START_YEAR=2021
 CONFIG_SYSTEM_NSH=y
+CONFIG_SYSTEM_TIME64=y
 CONFIG_TASK_NAME_SIZE=20
 CONFIG_TESTING_GETPRIME=y
 CONFIG_TESTING_OSTEST=y

Reply via email to