mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
mpy-cross: Add RISC-V RV64IMC support in MPY files.
MPY files can now hold data to be run on RV64IMC. This can be accomplished by passing the `-march=rv64imc` flag to mpy-cross. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
committed by
Damien George
parent
ec1bfcfbb7
commit
1b92bda5b8
@@ -19,6 +19,7 @@ arch = [
|
||||
"xtensa",
|
||||
"xtensawin",
|
||||
"rv32imc",
|
||||
"rv64imc",
|
||||
][sys_mpy >> 10]
|
||||
build = getattr(sys.implementation, "_build", "unknown")
|
||||
thread = getattr(sys.implementation, "_thread", None)
|
||||
|
||||
Reference in New Issue
Block a user