Wendal Chen 2af3eceb7c change: airlink,调整airlink等待ready的代码位置,具体实现不要塞在luat_main里 9 months ago
..
cmsis_os2 906d75eaba update:统一使用luat_mem.h头 2 years ago
demo ef69604e2a add:io测试demo 9 months ago
freertos 8d5dfc7fef change: rtos_timer在freertos下的适配器,定时器数量从32增加到64 1 year ago
include 42ab29a2a4 add:软件i2c添加强引用 9 months ago
modules 2af3eceb7c change: airlink,调整airlink等待ready的代码位置,具体实现不要塞在luat_main里 9 months ago
vfs 89390ee77c fix: ramfs,使用写入模式打开文件,有概率出现只读的情况,原因是malloc之后没有填0,导致readonly值是不确定的 11 months ago
weak 0b05470452 update:常用spi外设增加锁操作 11 months ago
README.md 1ef939ff03 fix: https://gitee.com/openLuat/LuatOS/issues/I3PJ69 4 years ago

README.md

Lua 虚拟机的源码

来源: 原版Lua 5.3.5, 含2020.12.31前已发布的官方修正

目录

inculde -- 头文件
modules -- Lua库的源码目录
rtt     -- rtt适配层
freertos -- freertos 适配层