uploaded 2 weeks ago
Lua is a powerful, efficient, lightweight, embeddable scripting language (ESP-IDF component)

readme

# Lua - ESP-IDF Component

ESP-IDF componet which wrap Lua from upstream repository - https://www.lua.org/

This is version was built from Lua master branch which is under development!

Consider using 5.3 or 5.4 for stable versions.

This is not Lua REPL. This component is suitable for embedding Lua code inside another ESP-IDF application. 
If you're seeking for interactive REPL, please check out the project: https://github.com/whitecatboard/Lua-RTOS-ESP32

## Example projects

- https://github.com/georgik/esp32-c3-lua-test
- https://github.com/georgik/esp32-sdl3-example

## Changes to upstream

This components overrides luaconf.h. 

Changing value of LUA\_32BITS from 0 to 1

```c
#define LUA_32BITS      1
```

Links

Supports all targets

License: Lua license

To add this component to your project, run:

idf.py add-dependency "georgik/lua^5.5.0~5"

or download archive

Stats

  • Archive size
    Archive size: 470.99 KB
  • Downloaded in total
    Downloaded in total 94 times
  • Downloaded this version
    This version: 10 times

Badge

georgik/lua version: 5.5.0~5
|