xiaoxiang781216 commented on code in PR #15626: URL: https://github.com/apache/nuttx/pull/15626#discussion_r1923275532
########## boards/arm/qemu/qemu-armv7a/configs/knsh/defconfig: ########## @@ -22,26 +22,28 @@ CONFIG_ARCH_INTERRUPTSTACK=2048 CONFIG_ARCH_KERNEL_STACKSIZE=3072 CONFIG_ARCH_LOWVECTORS=y CONFIG_ARCH_PGPOOL_MAPPING=y -CONFIG_ARCH_PGPOOL_PBASE=0x48000000 -CONFIG_ARCH_PGPOOL_SIZE=134217728 -CONFIG_ARCH_PGPOOL_VBASE=0x48000000 +CONFIG_ARCH_PGPOOL_PBASE=0x40300000 +CONFIG_ARCH_PGPOOL_SIZE=13631488 +CONFIG_ARCH_PGPOOL_VBASE=0x40300000 CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_TEXT_NPAGES=256 CONFIG_ARCH_TEXT_VBASE=0x80000000 +CONFIG_ARM_PSCI=y CONFIG_ARM_SEMIHOSTING_HOSTFS=y CONFIG_ARM_THUMB=y +CONFIG_BINFMT_ELF_EXECUTABLE=y +CONFIG_BOARDCTL_POWEROFF=y CONFIG_BUILD_KERNEL=y CONFIG_DEBUG_ASSERTIONS=y CONFIG_DEBUG_FEATURES=y CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DEFAULT_TASK_STACKSIZE=4096 +CONFIG_DEV_ZERO=y Review Comment: remove to fix ci -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
