mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40: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
@@ -98,6 +98,7 @@ enum {
|
||||
MP_NATIVE_ARCH_XTENSA,
|
||||
MP_NATIVE_ARCH_XTENSAWIN,
|
||||
MP_NATIVE_ARCH_RV32IMC,
|
||||
MP_NATIVE_ARCH_RV64IMC,
|
||||
MP_NATIVE_ARCH_DEBUG, // this entry should always be last
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user