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

commit aedef710706d8986f3b19ca061c241cb6729c4f8
Author: chao an <[email protected]>
AuthorDate: Fri Aug 2 15:09:20 2024 +0800

    sim/nsh: add nxevent into nsh demo
    
    1. add nxevent into nsh demo
    2. enable ostest
    
    Signed-off-by: chao an <[email protected]>
---
 boards/sim/sim/sim/configs/nsh/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/sim/sim/sim/configs/nsh/defconfig 
b/boards/sim/sim/sim/configs/nsh/defconfig
index 094b594c88..2c3676b160 100644
--- a/boards/sim/sim/sim/configs/nsh/defconfig
+++ b/boards/sim/sim/sim/configs/nsh/defconfig
@@ -53,6 +53,7 @@ CONFIG_PSEUDOFS_ATTRIBUTES=y
 CONFIG_PSEUDOFS_SOFTLINKS=y
 CONFIG_READLINE_TABCOMPLETION=y
 CONFIG_SCHED_BACKTRACE=y
+CONFIG_SCHED_EVENTS=y
 CONFIG_SCHED_HAVE_PARENT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SIM_WALLTIME_SIGNAL=y
@@ -60,3 +61,4 @@ CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_SYSTEM_DUMPSTACK=y
 CONFIG_SYSTEM_NSH=y
+CONFIG_TESTING_OSTEST=y

Reply via email to