8000 tools/mpy-tool.py: Support freezing rv32imc native code. · cuatrobits/micropython@9396572 · GitHub
  • [go: up one dir, main page]

    Skip to content

    Commit 9396572

    Browse files
    committed
    tools/mpy-tool.py: Support freezing rv32imc native code.
    Signed-off-by: Damien George <damien@micropython.org>
    1 parent 6be1dbc commit 9396572

    File tree

    1 file changed

    +1
    -0
    lines changed

    1 file changed

    +1
    -0
    lines changed

    tools/mpy-tool.py

    Lines changed: 1 addition & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1080,6 +1080,7 @@ def __init__(
    10801080
    MP_NATIVE_ARCH_X64,
    10811081
    MP_NATIVE_ARCH_XTENSA,
    10821082
    MP_NATIVE_ARCH_XTENSAWIN,
    1083+
    MP_NATIVE_ARCH_RV32IMC,
    10831084
    ):
    10841085
    self.fun_data_attributes = '__attribute__((section(".text,\\"ax\\",@progbits # ")))'
    10851086
    else:

    0 commit comments

    Comments
     (0)
    0