1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00
Go to file
2025-01-15 15:29:32 +08:00
.github fix: github action的actions/upload-artifact升级到v4 2025-01-15 15:29:32 +08:00
bsp fix: 内置的luat_heap_calloc实现有错误,导致mbedtls的mpi计算会出错 2024-12-07 18:44:25 +08:00
components remove: 移除iotauth和ftp多余的api文档声明 2025-01-15 15:05:06 +08:00
demo add: netdrv-napt跑通icmp包 2025-01-13 19:15:17 +08:00
lua fix: string.split会崩,原因是luaL_optlstring传参错误 2025-01-07 06:33:56 +08:00
luat add: luat_libs.h添加netdrv 2025-01-08 13:10:53 +08:00
script add: 添加dhcp服务器端的lua实现 2025-01-12 10:13:18 +08:00
tools change: API文档不再显示适配的模组型号 2025-01-15 15:02:05 +08:00
.gitignore update demo main.lua. add air780e use w2182b config 2023-04-19 16:54:04 +08:00
LICENSE add: 关联文档池的代码库 2024-08-15 10:08:44 +08:00
logo.jpg update: 更新README 2020-02-26 10:05:29 +08:00
README.md remove: 移除README.md中已经失效的链接 2024-08-19 15:34:41 +08:00

LuatOS logo

star fork license

LuatOS : Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)

强大的Lua引擎, 为mcu和物联网设备高度优化, 支持众多组件, 非常低的内存需求(最低16K RAM, 128K Flash).

快速入门

  1. 使用或购买支持的开发板
  2. 掌握刷机
  3. 尝试各种demo, 浏览API, 30分钟入门lua语法(视频)
  4. 愉快地写业务代码

资料大全

授权协议

MIT License

print("感谢您使用LuatOS ^_^")
print("Thank you for using LuatOS ^_^")