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

Quite a few library functions in libgcc.a and libc.a exist in the chip ROM. Previously the duplicate functions in the esp-open-sdk built libgcc were masked by Espressif supplying their own...

At least two problems, first a dos2unix - git is adding carriage returns which causes problems (e.g. set in ./bootstrap fails). Second, configure says configure: error: in `/home/.../esp-open-sdk/crosstool-NG': configure: error:...

Hi. I've compile and flashed both examples from ESP8266_RTOS_SDK (using gen_misc.sh) and esp-open-sdk both I noticed uses different libraries. esp-open-sdk seems to point to nonOS libraries but works with RTOS...

It seems since V1.5.2 of the SDK, the NONOS version replaces the former IoT version. As this was not proper announced, infos on the net are confusing. People start looking...

Hi, I'm running Ubuntu (32-bit) virtual machine with vbox. When i run the make command for building it fails after multiple warnings... Apparently something with crosstool-NG. I have followed the...

Make fails Using a Cygwin from 2012 Sequence: got the git .zip files did the "git clone --recursive ......" sequence make (from the top directory) Output below **Makefile:181: warning: overriding...

This gives the user control of where the sector is allocated if they so choose or they get the default and don't have to think about it. I ran into...

The NON-OS SDK v2.1.0 was recently release and it would be nice to have the bug fixes. See: https://github.com/espressif/ESP8266_NONOS_SDK/releases/tag/v2.1.0 Source: https://github.com/espressif/ESP8266_NONOS_SDK/archive/v2.1.0.zip

Seems esp-open-sdk does not load such parameters equal as ESP8266_RTOS_SDK, In "esp-open-sdk/common.mk", the "bootloader/firmware_prebuilt/blank_config.bin" is hardcoded to flash to 0x1000, while the RF parameter "esp_init_data_default.bin" is not included. According with...

I run the command below, and run into the following errors. I fear I may have overlooked something simple here. This is to run a custom firmware on an esp8622...