Re: ESP8266 (Where is Lua used?)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: ESP8266 (Where is Lua used?)
- From: Enrico Colombini <erix@...>
- Date: 2014年11月24日 10:13:24 +0100
On 24/11/2014 9.26, Paul Merrell wrote:
That has to be eLua rather than Lua. Lua requires an operating system
(but can be compiled and run on any known platform).
eLua is very convenient, but running Lua on bare metal with only minor
changes is quite possible; many of us did that. Of course you have to
provide an allocator and I/O functions (adapting modules requires work
and may or may not pose additional problems).
--
Enrico