ESP8266 Developer Zone The Official ESP8266 Forum 2016-09-06T22:02:25+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=2749 2016-09-06T22:02:25+08:00 2016-09-06T22:02:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2749&p=9757#p9757 <![CDATA[Re: question about kaa SDK]]>
To port third party libraries with ESP8266, you must take care of the following:
1. Make sure all functions are ICACHE_FLASH_ATTR if using non-OS SDK (default is IRAM_ATTR).
2. Make sure all standard in-built functions such as printf and memory allocation routines are replaced with the functions in os_api.h or mem.h provided in the SDK.
3. Watchdog must be fed regularly to avoid reset.

Apart from these, other aspects of porting are project specific and will depend on the application itself.

Statistics: Posted by Guest — Tue Sep 06, 2016 10:02 pm


]]>
2016-09-06T13:39:28+08:00 2016-09-06T13:39:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2749&p=9748#p9748 <![CDATA[question about kaa SDK]]>
i want to port kaa-c SDK in esp8266.
any one have a experience on porting kaa sdk in esp8266.
if yes then how can i compile it with esp8266 tool chain.
what configuration need to do for compiling kaa sdk with xtensa tool chain.

thanks and regards
valmik thakar

Statistics: Posted by valmik thakar — Tue Sep 06, 2016 1:39 pm


]]>