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/27 07:24:14 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5076: arch/risc-v: Refine Toolchain.defs

no1wudi commented on a change in pull request #5076:
URL: https://github.com/apache/incubator-nuttx/pull/5076#discussion_r775370317



##########
File path: arch/risc-v/Kconfig
##########
@@ -82,13 +106,19 @@ config ARCH_CHIP_MPFS
 
 config ARCH_CHIP_RV32M1
 	bool "NXP RV32M1"
+	select ARCH_RV32
+	select ARCH_RV_ISA_M
+	select ARCH_RV_ISA_C
 	select ARCH_RV32IM
 	---help---
 		NXP RV32M1 processor (RISC-V Core with PULP extensions).
 
 config ARCH_CHIP_QEMU_RV32
 	bool "QEMU RV32"
-	select ARCH_RV32IM
+	select ARCH_RV32
+	select ARCH_RV_ISA_M
+	select ARCH_RV_ISA_C
+	select ARCH_RV32IM # TODO: Remove this old style options

Review comment:
       Done, ARCH_RV32IM and ARCH_RV64GC had been removed.




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