Skip to content

georgik/esp-idf-component-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Configuration option

  • LUA_MAXSTACK - default value: 1000000 - Limits the size of the Lua stack.

Modify values:

idf.py menuconfig

Example projects

Changes to upstream

This components overrides luaconf.h.

Changing value of LUA_32BITS from 0 to 1

#define LUA_32BITS      1

About

ESP-IDF Component Wrapper for Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •