xuxin19
3d8dc5dce5
cmake:implement CMake build for NuttX Lua interpreter
add CMake module for register lua mod
nsh> lua
Lua 5.4.0 Copyright (C) 1994-2020 Lua.org, PUC-Rio
> hello.say_hello()
Hello World!
> io.write("abs is =",math.abs(-10),"\n")
abs is =10
> os.exit()
nsh>
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2024-09-13 12:31:10 +08:00
..
2024-08-11 10:22:34 +08:00
2023-09-19 11:27:21 +08:00
2023-10-30 10:00:01 +08:00
2024-09-13 12:31:10 +08:00
2023-08-09 09:49:23 +02:00
2023-08-12 15:58:11 +03:00
2024-04-18 09:56:48 +08:00
2023-08-11 22:13:17 +08:00
2024-07-28 15:52:36 +08:00
2024-07-18 23:02:20 +08:00
2023-08-11 22:13:17 +08:00
2020-01-31 08:29:24 -06:00
2024-08-11 10:22:34 +08:00
2021-06-07 21:35:33 -05:00
2021-06-07 21:35:33 -05:00