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 10:51:16 UTC

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #4945: arch/risc-v: Introduce basic support for qemu rv32

no1wudi opened a new pull request #4945:
URL: https://github.com/apache/incubator-nuttx/pull/4945


   ## Summary
   Introduce QEMU-RV32 support for debug and evaluation purpose.
   ## Impact
   New chip and boards
   ## Testing
   nsh and ostest
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #4945:
URL: https://github.com/apache/incubator-nuttx/pull/4945#issuecomment-987745332


   Fix indent in Kconfig in last force push


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4945: arch/risc-v: Introduce basic support for qemu rv32

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4945:
URL: https://github.com/apache/incubator-nuttx/pull/4945


   


-- 
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