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

### First of all : Now configured for "xtensa-lx106-elf" gmake[2]: Leaving directory `/root/wifiesp/esp-open-sdk/crosstool-NG' sed -r -i.org s%CT_PREFIX_DIR=.*%CT_PREFIX_DIR="/root/wifiesp/esp-open-sdk/xtensa-lx106-elf"% .config sed -r -i s%CT_INSTALL_DIR_RO=y%"#"CT_INSTALL_DIR_RO=y% .config cat ../crosstool-config-overrides >> .config ./ct-ng build gmake[2]:...

These commits convert and replace the GNU sed commands in Makefile to a portable syntax, which will remove the requirement to modify PATH on macOS. Add instructions which ports need...

[This is common reference for people who have download problems.] You reported a download problem. Download problems has little to do with esp-open-sdk, and many of them are local and...

This repository has added support for upstream vendor SDK which is specified by Espressif as having fixes for KRACK vulnerability, in https://github.com/pfalcon/esp-open-sdk/commit/11a7e7e57f11b3685adf406775de8d1aa556ff49 commit. Note, that at the time of the...

Attempting to compile xtensa-lx106-elf-gcc, I'm using the code given in terminal after finishing the build, "xtensa-lx106-elf-gcc -I/Volumes/case-sensitive/esp-open-sdk/sdk/include -L/Volumes/case-sensitive/esp-open-sdk/sdk/lib" when i run this i get fatal error: no input files compilation...

mac os /Volumes/case-sensitive/esp-open-sdk/xtensa-lx106-elf/xtensa-lx106-elf/include/sys/dirent.h:10:2: error: #error " not supported" #error " not supported"

Added a hint for people who build with STANDALONE=n, notably to add -L/path_to/sdk/ld to LDLIBS so that the linker can find eagle.app.v6.ld

Here's a one-liner patch to `crosstool-config-overrides` to mitigate problems with building `cross-gdb` on certain platforms. `--with-guile=guile-2.0`: some distros (like Arch) have guile 2.2 as the default version, but `gdb` can't...

This series fixes issue #199 and also fixes examples/blinky build (which now requires linking with libc b/o liblwip.a(espconn_buf.o)).