Current Lua downloadable firmware will be posted here

User avatar
By kalibang
#7197 I have flashed the esp01 with lua firmware, can I allso flash the ESP-03 with the same Lua firmware?

Thanks

** Would appriciate if someone could point out where to find some firmware for the ESP-03
User avatar
By noxx
#7266
Warthog wrote:Ok, now the compiling starts, but after a while a new error occurs:

Code: Select allxt-xcc -Os -g -O2 -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals  -D__ets__ -DICACHE_FLASH -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP   -I include -I ./ -I ../wofs -I ../spiffs -I ../libc -I ../modules -I ../platform -I ../include -I ./ -I ../../include -I ../../include/eagle -I /opt/Espressif/ESP8266_SDK/include  -o .output/eagle/debug/obj/ldo.o -c ldo.c
In file included from /opt/Espressif/ESP8266_SDK/include/setjmp.h:10:0,
                 from ldo.c:8:
/opt/Espressif/ESP8266_SDK/include/machine/setjmp.h:209:5: error: "__XTENSA_WINDOWED_ABI__" is not defined [-Werror=undef]
 #if __XTENSA_WINDOWED_ABI__
     ^
cc1: all warnings being treated as errors
../../Makefile:119: recipe for target '.output/eagle/debug/obj/ldo.o' failed
make[2]: *** [.output/eagle/debug/obj/ldo.o] Error 1
make[2]: Leaving directory '/opt/Espressif/nodemcu-firmware/app/lua'


Even in the rtos package __XTENSA_WINDOWED_ABI__ is not defined.

I have the same problem is there the solution to this ?
User avatar
By zeroday
#8081 2015-01-24
migrate to sdk 0.9.5 release. ( get more ram )
tmr.time() now return second(not precise yet).
build pre_build bin.

2015-01-23
merge mqtt branch to master.
build pre_build bin.

2015-01-18
merge mqtt module to new branch mqtt from https://github.com/tuanpmt/esp_mqtt.
merge spi module from iabdalkader:spi.
fix #110,set local port to random in client mode.
modify gpio.read to NOT set pin to input mode automatic.
add PATH env with C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\Python27 in eclipse project. resolve #103.