Skip to content

Commit d8dce7c

Browse files
committed
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]>
1 parent 174aa48 commit d8dce7c

File tree

1 file changed

+2
-0
lines changed
  • boards/risc-v/c906/smartl-c906/configs/sotest

1 file changed

+2
-0
lines changed

boards/risc-v/c906/smartl-c906/configs/sotest/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CONFIG_EXAMPLES_HELLO=y
2727
CONFIG_EXAMPLES_SOTEST=y
2828
CONFIG_FS_PROCFS=y
2929
CONFIG_FS_ROMFS=y
30+
CONFIG_HRTIMER=y
3031
CONFIG_IDLETHREAD_STACKSIZE=2048
3132
CONFIG_INIT_ENTRYPOINT="nsh_main"
3233
CONFIG_INIT_STACKSIZE=3072
@@ -59,6 +60,7 @@ CONFIG_START_DAY=7
5960
CONFIG_START_MONTH=3
6061
CONFIG_START_YEAR=2021
6162
CONFIG_SYSTEM_NSH=y
63+
CONFIG_SYSTEM_TIME64=y
6264
CONFIG_TASK_NAME_SIZE=20
6365
CONFIG_TESTING_GETPRIME=y
6466
CONFIG_TESTING_OSTEST=y

0 commit comments

Comments
 (0)