Replies: 1 comment
-
|
I don't think we would add support for this to Pybricks Code since it is a quite advanced use case. We should still be able to make some of it work on EV3 though. You will just have to use There is an older discussion somewhere about compiling a native .mpy file somewhere around here. Although...
Nope:
Upstream support for this would need to be added to MicroPython. One would need to take, e.g. the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@micropython.viper@micropython.nativeSupport of native compilation for ev3 would be super cool and useful for complex algorithms. It would be an easy way to make fast compiled code, make user programmers happy.
Currently if I add it, error appears:
SyntaxError: invalid archI used https://labs.pybricks.com/
And 4.0.0b7-ef7aae version prebuilt nightly firmware from
ev3-firmware-build-4768-gitef7aae35.zip.
Is armv5te supported in the micropython compiler? What would it take to add support for native code precompilation on ev3?
Beta Was this translation helpful? Give feedback.
All reactions