On 2 August 2013 07:48, <
[hidden email]> wrote:
> As far as RAM, eLua can be run in 32kb RAM on an LM4 board...
That's all true, but the guy was asking if eLua would help him add Lua
scripting to his existing application, which it can't. eLua is itself
an entire application proram, a tiny operating system wrapping Lua,
whereas his application already is already inside its own embedded
operating system.
Lua itself is already designed to be embedded inside existing
applications, so he could do this, but would need to provide malloc()
and so on to Lua. eLua may be useful if he wants to re-use
platform-specific modules such as PWM, ADC, I2C and so on, if his
existing OS doesn't have any way to drive them.
M
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev