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 7a9690dee7 rv-virt/knsh32: enable debugging options
7a9690dee7 is described below

commit 7a9690dee7eccb3c1dde390b2c11378a7c06185b
Author: Yanfeng Liu <[email protected]>
AuthorDate: Tue Apr 16 11:00:12 2024 +0800

    rv-virt/knsh32: enable debugging options
    
    This enables debugging options for `rv-virt/knsh32` as it is more
    convenient for debugging and testing.
    
    Signed-off-by: Yanfeng Liu <[email protected]>
---
 boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig 
b/boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig
index 75d6d9ab5c..22406ef884 100644
--- a/boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig
+++ b/boards/risc-v/qemu-rv/rv-virt/configs/knsh32/defconfig
@@ -44,6 +44,10 @@ CONFIG_ARCH_USE_S_MODE=y
 CONFIG_BINFMT_ELF_EXECUTABLE=y
 CONFIG_BOARD_LOOPSPERMSEC=6366
 CONFIG_BUILD_KERNEL=y
+CONFIG_DEBUG_ASSERTIONS=y
+CONFIG_DEBUG_FEATURES=y
+CONFIG_DEBUG_FULLOPT=y
+CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DEV_ZERO=y
 CONFIG_ELF=y
 CONFIG_EXAMPLES_HELLO=m
@@ -58,7 +62,6 @@ CONFIG_INIT_MOUNT_FSTYPE="hostfs"
 CONFIG_INIT_MOUNT_SOURCE=""
 CONFIG_INIT_MOUNT_TARGET="/system"
 CONFIG_INIT_STACKSIZE=3072
-CONFIG_INTELHEX_BINARY=y
 CONFIG_LIBC_ENVPATH=y
 CONFIG_LIBC_EXECFUNCS=y
 CONFIG_LIBC_PERROR_STDOUT=y

Reply via email to