Giter Site home page Giter Site logo

micropython's Introduction

MicroPython

1、介绍

这是一个在 RT-Thread 上的 MicroPython 移植,可以运行在 RT-Thread 3.0 版本以上。通过这个软件包可以在搭载了 RT-Thread 的嵌入式系统上运行 MicroPython

1.1 目录结构

名称 说明
docs 文档目录,包括入门指南和开发手册
drivers MicroPython 源代码目录
extmod MicroPython 源代码目录
lib MicroPython 源代码目录
py MicroPython 源代码目录
port 移植代码目录
LICENSE Micropython MIT 许可证

1.2 许可证

RT-Thread MicroPython 遵循 MIT 许可,详见 LICENSE 文件。

1.3 依赖

  • RT-Thread 3.0+

2、如何打开 RT-Thread MicroPython

使用 MicroPython package 需要在 RT-Thread 的包管理器中选择它,具体路径如下:

elect_micropytho

然后让 RT-Thread 的包管理器自动更新,或者使用 pkgs --update 命令更新包到 BSP 中。

3、使用 RT-Thread MicroPython

在选中 MicroPython package 后,再次进行 bsp 编译时,它会被加入到 bsp 工程中进行编译。

  • 快速入门可查看 快速上手 说明文档。
  • 开发过程可参考 docs 目录下的开发文档或者查看 RT-Thread 文档中心 中的 MicroPython 开发手册

4、注意事项

  • 需要使用 RT-Thread 3.0 以上版本。
  • menuconfig 选项中选择 Micropythonlatest 版本。
  • 目前 System Module 下的 ffi 模块只支持 GCC 工具链,且需要在链接脚本中添加相关段信息。

5、开发资源

micropython's People

Contributors

armink avatar bernardxiong avatar enkiller avatar lawlieta avatar summergift avatar

Watchers

 avatar

Forkers

faith1985rjy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.