ESP8266 Developer ZoneThe Official ESP8266 Forum2017-06-08T00:31:28+08:00https://bbs.espressif.com:443/feed.php?f=7&t=26142017-06-08T00:31:28+08:002017-06-08T00:31:28+08:00https://bbs.espressif.com:443/viewtopic.php?t=2614&p=13785#p13785Statistics: Posted by eriksl — Thu Jun 08, 2017 12:31 am
]]>2017-06-07T13:56:41+08:002017-06-07T13:56:41+08:00https://bbs.espressif.com:443/viewtopic.php?t=2614&p=13763#p13763 Please, please can you add function prototypes for the missing functions! It is simple to do, and will help fix so many annoying errors and also will help Link Time Optimisation
Statistics: Posted by davydnorris — Wed Jun 07, 2017 1:56 pm
]]>2016-09-12T21:45:12+08:002016-09-12T21:45:12+08:00https://bbs.espressif.com:443/viewtopic.php?t=2614&p=9796#p9796 Problem is not only the "warnings", in some cases the compiler will generate the wrong code, if the arguments are not simple pointers, int's or doubles -> crash.
]]>2016-08-20T18:59:08+08:002016-08-20T18:59:08+08:00https://bbs.espressif.com:443/viewtopic.php?t=2614&p=8608#p8608Statistics: Posted by Guest — Sat Aug 20, 2016 6:59 pm
]]>2016-08-18T17:50:08+08:002016-08-18T17:50:08+08:00https://bbs.espressif.com:443/viewtopic.php?t=2614&p=8563#p8563Did you think that declaring os_printf will suit all developers needs? NO! os_snprintf/ets_snprintf needed too. And a lot of other functions. In attachment you will find an example file of missing includes that is used in one of my projects (based on SDK 2.0.0). Please pay attention on this.