Wendal Chen a5495baa2e remove: uart,luat_uart_set_app_recv函数里代码清理一下 il y a 10 mois
..
cmsis_os2 906d75eaba update:统一使用luat_mem.h头 il y a 2 ans
freertos 8d5dfc7fef change: rtos_timer在freertos下的适配器,定时器数量从32增加到64 il y a 1 an
include 4603b64429 add:CAN获取时钟特性API,用于计算实际波特率 il y a 10 mois
modules a5495baa2e remove: uart,luat_uart_set_app_recv函数里代码清理一下 il y a 10 mois
vfs 89390ee77c fix: ramfs,使用写入模式打开文件,有概率出现只读的情况,原因是malloc之后没有填0,导致readonly值是不确定的 il y a 11 mois
weak 0b05470452 update:常用spi外设增加锁操作 il y a 11 mois
README.md 1ef939ff03 fix: https://gitee.com/openLuat/LuatOS/issues/I3PJ69 il y a 4 ans

README.md

Lua 虚拟机的源码

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

目录

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