|
|
8 месяцев назад | |
|---|---|---|
| .. | ||
| cmsis_os2 | 906d75eaba update:统一使用luat_mem.h头 | 2 лет назад |
| demo | 75dbaffbe0 update: airlink,uart task, 修正on_uart_data_in函数,解析出结果后要执行luat_airlink_on_data_recv, 修正uart_cb回调函数,收到数据要发出消息, 添加测试demo | 8 месяцев назад |
| freertos | 8d5dfc7fef change: rtos_timer在freertos下的适配器,定时器数量从32增加到64 | 1 год назад |
| include | fd5399a333 fix:编译warning | 8 месяцев назад |
| modules | 0bf57695db fix: pack,在64bit固件下pack long数据有可能出错,因为 unsigned long是非定长类型, 全部改成定长类型来pack/unpack | 8 месяцев назад |
| vfs | b475fb2771 Merge branch 'master' of https://gitee.com/openLuat/LuatOS | 8 месяцев назад |
| weak | 0b05470452 update:常用spi外设增加锁操作 | 11 месяцев назад |
| README.md | 1ef939ff03 fix: https://gitee.com/openLuat/LuatOS/issues/I3PJ69 | 4 лет назад |
来源: 原版Lua 5.3.5, 含2020.12.31前已发布的官方修正
inculde -- 头文件
modules -- Lua库的源码目录
rtt -- rtt适配层
freertos -- freertos 适配层