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 78d22b997c boards: rv-virt: Fix the hello app crash with nsh64
78d22b997c is described below
commit 78d22b997ceaae9abfb3e8d719eb4fa76775603a
Author: Masayuki Ishikawa <[email protected]>
AuthorDate: Tue Jan 23 10:03:00 2024 +0900
boards: rv-virt: Fix the hello app crash with nsh64
Summary:
- I noticed that the hello app crashes due to
https://github.com/apache/nuttx/pull/11576
- This is a tentative fix to avoid the crash
Impact:
- None
Testing:
- Tested with qemu-8.2.0
Signed-off-by: Masayuki Ishikawa <[email protected]>
---
boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig
b/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig
index b094543439..049af34f2f 100644
--- a/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig
+++ b/boards/risc-v/qemu-rv/rv-virt/configs/nsh64/defconfig
@@ -34,7 +34,7 @@ CONFIG_DEBUG_SYMBOLS=y
CONFIG_DEVICE_TREE=y
CONFIG_DEV_ZERO=y
CONFIG_ELF=y
-CONFIG_EXAMPLES_HELLO=m
+CONFIG_EXAMPLES_HELLO=y
CONFIG_FS_HOSTFS=y
CONFIG_FS_PROCFS=y
CONFIG_IDLETHREAD_STACKSIZE=2048