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
The following commit(s) were added to refs/heads/master by this push:
new e7ecf19a68f boards/a2g-tc397-5v-tft: Enable events by default
e7ecf19a68f is described below
commit e7ecf19a68fd6a4b5180af74b7c38a760498e125
Author: wangchengdong <[email protected]>
AuthorDate: Mon Sep 8 21:15:58 2025 +0800
boards/a2g-tc397-5v-tft: Enable events by default
Enable event module by default in the a2g-tc397-5v-tft defconfig
Signed-off-by: Chengdong Wang <[email protected]>
---
boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig
b/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig
index 0a13e69b41f..151937b177c 100644
--- a/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig
+++ b/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig
@@ -52,3 +52,4 @@ CONFIG_SYSTEM_NSH=y
CONFIG_TESTING_GETPRIME=y
CONFIG_TESTING_OSTEST=y
CONFIG_UART0_SERIAL_CONSOLE=y
+CONFIG_SCHED_EVENTS=y