Wendal Chen bf1d4dec1f change: vm,修改tostring的行为,直接sprintf,不需要再走lua_pushfstring绕圈,解决air8101的log.info/tostring打印浮点数不正确的问题 7 months ago
..
cmsis_os2 906d75eaba update:统一使用luat_mem.h头 2 years ago
demo bf1d4dec1f change: vm,修改tostring的行为,直接sprintf,不需要再走lua_pushfstring绕圈,解决air8101的log.info/tostring打印浮点数不正确的问题 7 months ago
freertos 8d5dfc7fef change: rtos_timer在freertos下的适配器,定时器数量从32增加到64 1 year ago
include cfe58e3dce change: usc2编解码统一到str文件里 7 months ago
modules c1ace39673 update:fs库合并至io库 7 months ago
vfs 7ff42fdbb2 fix: vfs,ram,当文件不存在, 又按追加模式打开时,日志提示"文件打开过多",这是不对的, 应该提示真正的原因: 文件不存在, 所以无法追加 7 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 适配层