Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By cwr
#55572 The Arduino software has a number of symbols defined by GCC's PROVIDE keyword,
eg: PROVIDE ( ets_post = 0x40000e24 ) where the ets_post function is then
called with ets_post(LOOP_TASK_PRIORITY, 0, 0).

Can anyone confirm that these addresses are in the ESP8266 firmware, rather
than the Arduino shim, and does anyone know of any documentation covering
the ESP8266 firmware calls? (Apart from their names in the Arduino software.)

Thanks - Will