ESP8266 Developer Zone The Official ESP8266 Forum 2016-01-11T15:45:50+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=1605 2016-01-11T15:45:50+08:00 2016-01-11T15:45:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1605&p=5332#p5332 <![CDATA[Re: ESP8266 RTOS SDK onReady event]]>
Sorry that there is no system_init_done_cb in ESP8266_RTOS_SDK.

You can create a task to do the things. Here is a demo based on ESP8266_RTOS_SDK, ESP8266_IOT_PLATFORM.

Statistics: Posted by ESP_Faye — Mon Jan 11, 2016 3:45 pm


]]>
2016-01-08T07:07:17+08:00 2016-01-08T07:07:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1605&p=5299#p5299 <![CDATA[ESP8266 RTOS SDK onReady event]]>
I am working on moving from NONOS SDK 1.5.0 to the RTOS SDK version 1.3.0.

Within the NONOS SDK, there is a callback when the system initialization is complete.
This is set by the following function

Code:

void system_init_done_cb(init_done_cb_t cb)


In the RTOS SDK I don't see a similar function.

Is there a way to detect the completion of system initialization ?

Statistics: Posted by hreintke — Fri Jan 08, 2016 7:07 am


]]>