alienwalker 7856c3b17c fix:int和size_t不能直接比较大小 hace 3 años
..
cmsis_os2 88c506178e change: 微调日志前缀 hace 4 años
freertos 36edb27fa2 fix: 默认freertos timer的实现需要修正一下 hace 4 años
include e4e9ca9c13 update:继续兼容中 hace 3 años
modules 7856c3b17c fix:int和size_t不能直接比较大小 hace 3 años
vfs 4ff7852bdc add: vfs_posix把mkdir/rmdir也支持上,仅限win32/linux/macos启用 hace 3 años
weak 9842fe248d add:spi device cs可选 hace 3 años
README.md 1ef939ff03 fix: https://gitee.com/openLuat/LuatOS/issues/I3PJ69 hace 4 años
SConscript 7c5cf59951 update: 整理rtt的SConscript文件 hace 5 años

README.md

Lua 虚拟机的源码

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

目录

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