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

Hello, I try to use esp-open-sdk with esp8266 WeMos D1 Mini. I build esp-open-sdk under Ubuntu 18/04 64. Everything is ok. I connect esp to PC via USB cable and...

Hello, A beginner to C and ESP SDK here :) I would like to see debug messages which can be helpful while getting to know how exactly TCP stack works....

Hi, Arch Linux. Cloned the repository, run make and get: ___ zconf.hash.c:167:1: error: conflicting types for ‘kconf_id_lookup’ kconf_id_lookup (register const char *str, register size_t len) ^~~~~~~~~~~~~~~ zconf.hash.c:34:31: note: previous declaration...

Trying to compile a simple function containing `printf("in '%s': x=%d, y=%f\n", __FILE__, x, y);` I'm getting linker errors (see below). With "snprintf" there are less errors, but nevertheless it doesn't...

https://github.com/kadamski/esp-lwip existed for a long time, but had following issues: 1. It was unclear what methodology was used to create it. 2. At some vendor SDK update, it stopped working,...

Hello, I've had an error with the command : ./ct-ng build In fact the build process try to get MPC tarball from the 'directory' 'http://www.multiprecision.org/mpc/download/' but it is not in...

I have made sure that the required components of the toolchain are installed on the machine via homebrew, but when the script gets to actually building the toolchain, it does...

I just updated to ESP8266_NONOS_SDK-3.0 using: ``` git fetch origin pull/344/head git commit git checkout -b pullrequest FETCH_HEAD git submodule update --init make clean-sdk clean-sysroot all ``` Which I hope...

This is a proposal, following this [thread](https://github.com/kadamski/esp-lwip/issues/8).

Hello, Dont understand how to build on OSX 10.8 --------------- > Build instructions: > You need follow these instructions exactly: > git clone --recursive https://github.com/pfalcon/esp-open-sdk.git /opt/esp-open-sdk > cd /opt/esp-open-sdk >...