<?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>nRF52 merging example BLE periperal with pheriperal  Issue in the make file inclusion</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71465/nrf52-merging-example-ble-periperal-with-pheriperal-issue-in-the-make-file-inclusion</link><description>Hi everybody. 
 I&amp;#39;m margin two different projects: 
 examples\peripheral\usbd_hid_generic 
 with 
 examples\ble_peripheral\ble_app_hids_keyboard 
 but, using the make file, i found a problem. 
 I have to deletle this file, nRF5_SDK_17.0.2_d674dde\components</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Feb 2021 09:56:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71465/nrf52-merging-example-ble-periperal-with-pheriperal-issue-in-the-make-file-inclusion" /><item><title>RE: nRF52 merging example BLE periperal with pheriperal  Issue in the make file inclusion</title><link>https://devzone.nordicsemi.com/thread/293921?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 09:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbc2159a-538c-4736-8690-5e0338f50ae0</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>[quote user="Alberto Favero"]The examples\peripheral\usbd_hid generic require this directory in his makefile.[/quote]
&lt;p&gt;Yes, because this example uses functions that is normally implemented in the softdevice, but the example itself does not use/include the softdevice.&lt;/p&gt;
[quote user="Alberto Favero"]So, i cann not remote from my list of inclusion.[/quote]
&lt;p&gt;Since you are merging the example with an example that includes the softdevice, the functions are provided by the softdevice. You can therefor remove this path.&lt;/p&gt;
&lt;p&gt;You should also remove the following two source files from your merged Makefile:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd/nrf_nvic.c \
  $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd/nrf_soc.c \&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 merging example BLE periperal with pheriperal  Issue in the make file inclusion</title><link>https://devzone.nordicsemi.com/thread/293848?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 16:53:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6b23485-1f55-4206-abf8-1e2adb728660</guid><dc:creator>Alberto Favero</dc:creator><description>&lt;p&gt;Tanks a lot for your quick response. &lt;br /&gt;&lt;br /&gt;The examples\peripheral\usbd_hid generic require this directory in his makefile. &lt;br /&gt;So, i cann not remote from my list of inclusion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 merging example BLE periperal with pheriperal  Issue in the make file inclusion</title><link>https://devzone.nordicsemi.com/thread/293563?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 13:26:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4912d3aa-1a5d-4fcb-baad-4d222df03b50</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should remove the path to &amp;quot;&lt;span&gt;components\drivers_nrf\nrf_soc_nosd&amp;quot; from include folders in your Makefile when building a project that includes the softdevice, this is only needed for some non-softdevice projects.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;  $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>