esp-open-sdk icon indicating copy to clipboard operation
esp-open-sdk copied to clipboard

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips

Results 102 esp-open-sdk issues
Sort by recently updated
recently updated
newest added

[INFO ] Installing final gcc compiler [INFO ] Installing final gcc compiler: done in 448.51s (at 30:41) [INFO ] ================================================================= [INFO ] Installing cross-gdb [INFO ] Installing cross-gdb: done in...

Failed to build the crosstool-NG, [EXTRA] Extracting 'binutils-2.25.1' [DEBUG] ==> Executing: 'mkdir' '-p' 'binutils-2.25.1' [DEBUG] ==> Executing: 'tar' '--strip-components=1' '-C' 'binutils-2.25.1' '-xv' '-f' '-' [FILE ] tar: This does not...

Hi, I've installed the esp-open-sdk on my linux. The previously version that I've used was the SDK V1.5 and with this version working my esp12 without any problem. Now for...

When i use "snprintf" in my program on freeRTOS, i find it does not work properly. So i tried to print the float variable out to check the problem. `printf("temperature:...

/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/sysroot/usr/lib/libsmartconfig.a(sc_sniffer.o):(.text.smartconfig_stop+0x2c): undefined reference to `espconn_delete' how to fix?

followed "$ make STANDALONE=y" but xtensa-lx106-elf-gcc was not installed into opt/ folder. and when I run make file pointing to ~/esp-open-sdk/ and folders below it can't find ld scripts but...

Hi, I have successfully been using this toolchain to compile and run the [esp8266](https://github.com/micropython/micropython/tree/master/ports/esp8266) port of micropython, but I want to use a different version of the SDK. I have...

Sorry for my poor english. If I want to use esp-open-sdk with other version of xtensa-gcc such as version 4.9.4. How to build them? Thank you.

Hi, I tried to compile revision 2c05f6fa28fe267706b0876eedfcbdd14abf653f on windows 10 but I got a bunch of errors like > user/user_main.c: In function 'console_handle_command': > user/user_main.c:50:20: error: storage size of 'flash_str'...