<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Including C++ libraries in bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24161/including-c-libraries-in-bootloader</link><description>Hello Everyone, 
 I am new to keil and nrf51822 programming.
Currently I am using softdevice s130 with hex file for bootloader from
folder : nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader\hex to support over the air update. 
 I want to include c</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Aug 2017 12:26:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24161/including-c-libraries-in-bootloader" /><item><title>RE: Including C++ libraries in bootloader</title><link>https://devzone.nordicsemi.com/thread/95155?ContentTypeID=1</link><pubDate>Thu, 10 Aug 2017 12:26:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df0fd6f9-06e5-45b3-b1d2-0cbf1399cd71</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;is it possible that these header files needs to be made C++ friendly by adding&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#ifdef __cplusplus
extern &amp;quot;C&amp;quot; {
#endif
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;content&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#ifdef __cplusplus
}
#endif
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>