- download of v5.3.4 of Lua from git - building using RIOT build system - patched to remove the need for _times and _link to be provided to Lua via newlib.
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
/**
|
|
* @defgroup pkg_lua Lua ported to RIOT
|
|
* @ingroup pkg
|
|
* @brief Provides Lua support for RIOT
|
|
* @see https://github.com/lua/lua
|
|
*/
|