<?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>NRF5 SDK dependency tree</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58154/nrf5-sdk-dependency-tree</link><description>Hi, 
 Is there any kind of dependency tree for the libraries and drivers of the SDK (NRF5)? 
 I have been searching the Infocenter documentation but I haven&amp;#39;t found anything. 
 I want to add from scratch the CLI library to my code but it uses a lot of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Feb 2020 15:42:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58154/nrf5-sdk-dependency-tree" /><item><title>RE: NRF5 SDK dependency tree</title><link>https://devzone.nordicsemi.com/thread/236043?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2020 15:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f462c4ee-6a63-4291-843c-6b0c9c477513</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The only reference to the Power Management library that I can find in the CLI library is these lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#if NRF_MODULE_ENABLED(NRF_PWR_MGMT)
        nrf_pwr_mgmt_feed();
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you make sure that the power management library is not enabled in your sdk_config.h file, there should not be any other dependencies to this library.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;e&amp;gt; NRF_PWR_MGMT_ENABLED - nrf_pwr_mgmt - Power management module
//==========================================================
#ifndef NRF_PWR_MGMT_ENABLED
#define NRF_PWR_MGMT_ENABLED 0
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5 SDK dependency tree</title><link>https://devzone.nordicsemi.com/thread/235995?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2020 14:16:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c77a750-86a6-4f7b-b47b-c76a67ba1645</guid><dc:creator>Jose Forno</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your answer! It&amp;#39;d be nice to have this information, so i&amp;#39;ll wait, no problem.&lt;/p&gt;
&lt;p&gt;Finally I was able to implement the CLI library in my code, but I have a doubt. I see that the &lt;span&gt;Power Management&lt;/span&gt; library must be included. Why is that?&lt;/p&gt;
&lt;p&gt;Thanks, and best regards,&lt;/p&gt;
&lt;p&gt;Jos&amp;eacute; Forno&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF5 SDK dependency tree</title><link>https://devzone.nordicsemi.com/thread/235906?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2020 10:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dd8c5f2-a601-4752-b0fa-71bd44735b75</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, we do not have any full dependency information in the SDK documentation. I see that we already have an internal request for this, I will add a link to your case to show our developers that this is desired.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>