mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
board/qemu-rv: enable hrtimer CITEST on rv-virt:citest64
Enable the default high-resolution timer (hrtimer) using the RB-tree implementation in the CITEST configuration on rv-virt:citest64. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
committed by
Xiang Xiao
parent
2614693bc0
commit
f87b3997f8
@@ -42,6 +42,7 @@ CONFIG_FS_HOSTFS=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_FS_TMPFS=y
|
||||
CONFIG_HAVE_CXX=y
|
||||
CONFIG_HRTIMER=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INIT_STACKSIZE=4096
|
||||
@@ -79,6 +80,7 @@ CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_POPEN=y
|
||||
CONFIG_SYSTEM_POPEN_STACKSIZE=3072
|
||||
CONFIG_SYSTEM_SETLOGMASK=y
|
||||
CONFIG_SYSTEM_TIME64=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
|
||||
Reference in New Issue
Block a user