Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
9396572e
Commit
9396572e
authored
Aug 29, 2024
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/mpy-tool.py: Support freezing rv32imc native code.
Signed-off-by:
Damien George
<
damien@micropython.org
>
parent
6be1dbc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/mpy-tool.py
tools/mpy-tool.py
+1
-0
No files found.
tools/mpy-tool.py
View file @
9396572e
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment