-->
Page 1 of 4

News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 5:13 am
by Athena

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 5:53 am
by reaper7
very nice!

example looks very simple :)

server & client on different tasks :)

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 5:54 am
by alonewolfx2
It is very good news. Esp8266 with multi tasking :D

Re: News!ESP8266 SDK with RTOS released on github!

PostPosted: Fri Dec 05, 2014 7:42 am
by igrr
I have a small request to whoever happens to build the included example: could you please add the following around line 136 in user_main.c, right after "free(recv_buf);"
Code: Select allprintf("heap free size: %d\n", system_get_free_heap_size());

And post the console output?
Thanks!