Commit 9396572e authored by Damien George's avatar Damien George

tools/mpy-tool.py: Support freezing rv32imc native code.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent 6be1dbc7
......@@ -1080,6 +1080,7 @@ class RawCodeNative(RawCode):
MP_NATIVE_ARCH_X64,
MP_NATIVE_ARCH_XTENSA,
MP_NATIVE_ARCH_XTENSAWIN,
MP_NATIVE_ARCH_RV32IMC,
):
self.fun_data_attributes = '__attribute__((section(".text,\\"ax\\",@progbits # ")))'
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment