Porting Python to an embedded system

前端 未结 6 1864
渐次进展
渐次进展 2021-02-05 05:28

I am working with an ARM Cortex M3 on which I need to port Python (without operating system). What would be my best approach? I just need the core Python and basic I/O.

6条回答
  •  佛祖请我去吃肉
    2021-02-05 05:39

    You should definitely look at eLua:

    http://www.eluaproject.net

    "Embedded power, driven by Lua Quickly prototype and develop embedded software applications with the power of Lua and run them on a wide range of microcontroller architectures"

提交回复
热议问题