-->
Page 121 of 122

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Wed Nov 15, 2017 9:44 am
by penright
Lot of post and have to be honest I did not read all of them. I did do a search but did not see anything on IntelliJ.
My next step is to get the hello world working with eclipse, but it my understanding that eclipse is a subset of IntelliJ. Should I be able to build ESP8266 firmware with IntelliJ?

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Fri Mar 02, 2018 10:38 am
by muhanddis
Same problem here, Have you find any solution?

anhtran wrote:Hello, could you please help me check my problem getting start the Unofficial Development Kit for Espressif ESP8266 with Blinky and hello_world example. i can build and flash without error, but seem that the esp8266 does not run well, the led on NodeMCU module is continuous blink( fast ON/OFF) look like it is writing something on TX pin. I have tried install the development kit on 2 laptops but same problem. Please check my video.

https://www.youtube.com/watch?v=08QvVQ2XatM

THANKS

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Fri Jun 01, 2018 10:52 am
by AndreFeliciano
Hi,

The "vTaskSetApplicationTaskTag ()" function is not declared in the "tasks.o" file inside the "libfreertos.a" file.

I found in the "C: \ Espressif \ ESP8266_RTOS_SDK \ third_party \ frets" folder in the "tasks.c" source file.

How to compile only "tasks.c" or compile all to replace the "libfreertos.a" file with the "vTaskSetApplicationTaskTag ()" function?

Thank you very much in advance.

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Thu Jul 05, 2018 3:09 am
by Jaime zhang
you did good job! it help me a lot .thanks