add:CRC8Cal声明
[LuatOS.git] / README.md
blobd945848e708492168bfdc72c77a1484d3cadf422
1 <p align="center"><a href="#" target="_blank" rel="noopener noreferrer"><img width="100" src="logo.jpg" alt="LuatOS logo"></a></p>
3 [![star](https://gitee.com/openLuat/LuatOS/badge/star.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/stargazers)
4 [![fork](https://gitee.com/openLuat/LuatOS/badge/fork.svg?theme=gvp)](https://gitee.com/openLuat/LuatOS/members)
5 [![license](https://img.shields.io/github/license/openLuat/LuatOS)](/LICENSE)
7 [![air101](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/air101.yml/badge.svg)](https://wiki.luatos.com/chips/air101/index.html)
8 [![air105](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/air105.yml/badge.svg)](https://wiki.luatos.com/chips/air105/index.html)
9 [![esp32](https://pg.air32.cn/openLuat/LuatOS/actions/workflows/esp32-idf5.yml/badge.svg)](https://wiki.luatos.com/chips/esp32c3/index.html)
10 [![ec618,Air780E](https://github.com/openLuat/luatos-soc-2022/actions/workflows/ci.yaml/badge.svg)](https://wiki.luatos.com/chips/air780e/index.html)
11 [![ec7xx](https://github.com/openLuat/luatos-soc-2023/actions/workflows/ci.yaml/badge.svg)](https://wiki.luatos.com/chips/air780ep/index.html)
12 [![PC](https://github.com/openLuat/luatos-soc-pc/actions/workflows/ci.yml/badge.svg)](https://wiki.luatos.com/chips/pc/index.html)
14 LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
16 强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash).
18 ## 快速入门
20 1. 使用或购买支持的开发板
21     * [Air780E-4G Cat.1开发板](https://item.taobao.com/item.htm?id=693774140934)
22     * [Air101 - MCU开发板](https://luat.taobao.com)
23     * [Air103 - MCU开发板](https://luat.taobao.com)
24     * [Air105 - MCU开发板](https://luat.taobao.com)
25     * [Air601 - wifi开发板](https://luat.taobao.com)
26     * [ESP32C3 - wifi开发板](https://luat.taobao.com)
27     * [ESP32S3 - wifi开发板](https://luat.taobao.com)
28     * [PC - 无需开发板的模拟器](https://gitee.com/openLuat/luatos-soc-pc)
29 2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html)
30 3. 尝试[各种demo](https://gitee.com/openLuat/LuatOS/tree/master/demo), 浏览[API](https://wiki.luatos.com/api/index.html), [30分钟入门lua语法(视频)](https://www.bilibili.com/video/BV1vf4y1L7Rb?spm_id_from=333.999.0.0)
31 4. 愉快地写业务代码
33 ## 资料大全
35 *  [wiki@luatos](https://wiki.luatos.com)
37 ## 授权协议
39 [MIT License](LICENSE)
41 ```lua
42 print("感谢您使用LuatOS ^_^")
43 print("Thank you for using LuatOS ^_^")
44 ```