You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/06 11:31:42 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #4945: arch/risc-v: Introduce basic support for qemu rv32

xiaoxiang781216 commented on a change in pull request #4945:
URL: https://github.com/apache/incubator-nuttx/pull/4945#discussion_r762923874



##########
File path: arch/risc-v/Kconfig
##########
@@ -125,6 +131,7 @@ config ARCH_CHIP
 	default "c906"		if ARCH_CHIP_C906
 	default "mpfs"		if ARCH_CHIP_MPFS
 	default "rv32m1"	if ARCH_CHIP_RV32M1
+	default "qemu-rv32" if ARCH_CHIP_QEMU_RV32

Review comment:
       algin if keyword




-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org