File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,17 @@ Lua2RTT是在RT-Thread3.0及以上版本移植的Lua库, 目的是无缝嵌入RT
31
31
32
32
![ 卸载流程] ( https://i.imgur.com/idFfFPN.gif )
33
33
34
- ## 4. 注意事项
35
-
36
- 1 . 因为Lua源码使用了LIBC, 所以需要在RTT中添加LIBC支持(已经自动添加依赖, 无需手动添加).
37
- 2 . 需要虚拟文件系统的支持,即便没有涉及文件系统也要将其打开(已经自动添加依赖,无需手动添加)
38
-
39
- ## 5. 教程推荐
34
+ ## 4. 教程推荐
40
35
41
36
1 . [ AlbertS 作者简书文章] ( https://www.jianshu.com/u/8fad76e7e05c ) .
42
37
2 . [ Lua 5.1 参考手册中文版] ( https://www.codingnow.com/2000/download/lua_manual.html ) .
43
38
3 . [ Lua 5.3 参考手册中文版] ( http://cloudwu.github.io/lua53doc/contents.html ) .
44
39
45
- ## 6 . 欢迎加入.
40
+ ## 5 . 欢迎加入.
46
41
47
42
非官方讨论腾讯QQ群: [ 289156309] ( ) .
48
43
49
- ## 7 . 感谢
44
+ ## 6 . 感谢
50
45
51
46
1 . 该库基于 https://github.com/lua/lua 移植.
52
- 2 . 感谢Lua团队. 本移植是修改了部分原作者的代码针对RTT在线包实现的版本, 该仓库保留原作者的许可声明! 具体原作者许可请查看 https://www.lua.org/license.html , 移植代码部分保留 https://github.com/liu2guang/Lua2RTT/blob/master/LICENSE 许 .
47
+ 2 . 感谢Lua团队. 本移植是修改了部分原作者的代码针对RTT在线包实现的版本, 该仓库保留原作者的许可声明! 具体原作者许可请查看 https://www.lua.org/license.html , 移植代码部分保留 https://github.com/liu2guang/Lua2RTT/blob/master/LICENSE 许可 .
You can’t perform that action at this time.
0 commit comments