You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/03/09 14:32:49 UTC

[incubator-nuttx] 02/03: sim/segger: enable CONFIG_SCHED_INSTRUMENTATION_SYSCALL

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/incubator-nuttx.git

commit 88d59f4d584935cfdc3f7fa33f98f3f1c78a6d2c
Author: chao.an <an...@xiaomi.com>
AuthorDate: Tue Mar 8 10:59:06 2022 +0800

    sim/segger: enable CONFIG_SCHED_INSTRUMENTATION_SYSCALL
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 boards/sim/sim/sim/configs/segger/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/segger/defconfig b/boards/sim/sim/sim/configs/segger/defconfig
index cb09810..a6fc389 100644
--- a/boards/sim/sim/sim/configs/segger/defconfig
+++ b/boards/sim/sim/sim/configs/segger/defconfig
@@ -62,6 +62,7 @@ CONFIG_SCHED_HAVE_PARENT=y
 CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_INSTRUMENTATION=y
 CONFIG_SCHED_INSTRUMENTATION_FILTER=y
+CONFIG_SCHED_INSTRUMENTATION_SYSCALL=y
 CONFIG_SCHED_ONEXIT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SEGGER_SYSVIEW=y