将Python移植到嵌入式系统 [英] Porting Python to an embedded system

查看:1485
本文介绍了将Python移植到嵌入式系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用ARM Cortex M3,我需要在其上移植Python(不需要操作系统)。我最好的方法是什么?我只需要核心的Python和基本的I / O。

解决方案

有几个项目试图将Python移植到您提到的情况,请查看 python-on-a-chip PyMite 或tinypy。这些针对的是没有操作系统的低功耗微控制器,并且倾向于专注于较旧版本的Python语言和减少库支持。


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.

解决方案

There are a few projects that have attempted to port Python to the situation you mention, take a look at python-on-a-chip, PyMite or tinypy. These are aimed at lower power microcontrollers without an OS and tend to focus on slightly older versions of the Python language and reduced library support.

这篇关于将Python移植到嵌入式系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆