fix: lbsLoc2使用scell应该有回落到原始调用的能力
[LuatOS.git] / README.md
blobd21285a717b911922407dde239ed2856305a673f
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 LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
9 强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash).
11 ## 快速入门
13 1. 使用或购买支持的开发板
14     * [Air780EPV-4G Cat.1开发板](https://luat.taobao.com)
15     * [Air780E-4G Cat.1开发板](https://luat.taobao.com)
16     * [PC - 无需开发板的模拟器](https://gitee.com/openLuat/luatos-soc-pc)
17 2. 掌握[刷机](https://wiki.luatos.com/boardGuide/flash.html)
18 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)
19 4. 愉快地写业务代码
21 ## 资料大全
23 * [wiki@luatos](https://wiki.luatos.com)
24 * [LuatOS文档池](https://gitee.com/openLuat/luatos-doc-pool)
26 ## 授权协议
28 [MIT License](LICENSE)
30 ```lua
31 print("感谢您使用LuatOS ^_^")
32 print("Thank you for using LuatOS ^_^")
33 ```