<?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>Net core image without logging traces</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98048/net-core-image-without-logging-traces</link><description>Hi ! 
 I try to build netcore image without any logging traces and always get multiple errors: 
 
 /build/cpunet/zephyr/include/generated/syscalls/log_msg.h:37: undefined reference to `z_impl_z_log_msg_static_create&amp;#39; 
 
 
 CONFIG_LOG =n 
 
 
 CONFIG_PRINTK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jul 2023 12:39:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98048/net-core-image-without-logging-traces" /><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/438517?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 12:39:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af830eaa-1d48-46fa-9d7c-3d87f11f763f</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;br /&gt;&lt;br /&gt;Please have a look at this&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/56942"&gt;pull request&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418590?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 12:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06d47c6b-a2af-4947-9ef6-d6ae3417462d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;br /&gt;&lt;br /&gt;If you decide to keep&amp;nbsp;&lt;span&gt;CONFIG_NRF53_SYNC_RTC&lt;/span&gt;&lt;span&gt;=y in your b0n.conf, you would need to ensure that you disable&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;CONFIG_NRF53_SYNC_RTC_LOG_TIMESTAMP&lt;/span&gt;&lt;span&gt;=n in the same configuration file. This might be due to disabled logging CONFIG_LOG=n.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418464?ContentTypeID=1</link><pubDate>Fri, 31 Mar 2023 04:55:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67c0bf40-1d8c-481a-b4c5-58a2f7ad8a19</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejan !&lt;/p&gt;
&lt;p&gt;I think RTC SYNC is used only for synchronise logging timestamps.&lt;/p&gt;
&lt;p&gt;And it is default feature when IPC is used between core.&lt;/p&gt;
&lt;p&gt;For&amp;nbsp; my functionality I no need it for now,&lt;/p&gt;
&lt;p&gt;But this is clear ncs code defect (?)&amp;nbsp; and I report this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Eugene&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418301?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 12:24:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c714aae8-f512-4ca4-92ba-bbd0832e6fc3</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;br /&gt;&lt;br /&gt;I have tested your application (with added #endif in main.c) and it does not produce any build errors if you do not have&amp;nbsp;&lt;span&gt;CONFIG_NRF53_SYNC_RTC in your b0n.conf file.&amp;nbsp;&lt;/span&gt;Could you provide more information about your use case and the need for CONFIG_NRF53_SYNC_RTC&lt;span&gt;?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418257?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 09:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9df94916-28b0-4494-9d35-19b4362e1d5b</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejan !&lt;/p&gt;
&lt;p&gt;It is in my own source code,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;LOG_RAW in netcore and it is excluded by&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if (IS_ENABLED(CONFIG_LOG)) {&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if logging is disabled.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But in netcore&amp;nbsp;CONFIG_NRF53_SYNC_RTC=y as usually set by default for sync RTCs and there some function from logging in use.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Eugene&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418245?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2023 09:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:538c19a7-4b1f-489e-93a6-6bd7b67b4bf2</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Eugene,&lt;br /&gt;&lt;br /&gt;Where did you put your workaround?&lt;br /&gt;&lt;br /&gt;Could you share you configuration file?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/418054?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2023 10:04:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa9c41cc-45d6-44ae-92c4-8e5c36a0bf45</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejan !&lt;/p&gt;
&lt;p&gt;On my side I use workaround&lt;/p&gt;
&lt;p&gt;#if LOG_LEVEL &amp;gt;= LOG_LEVEL_INF&lt;br /&gt; if (IS_ENABLED(CONFIG_LOG)) { &lt;br /&gt; //int i;&lt;br /&gt; LOG_RAW(&amp;quot;%-6s %2u [&amp;quot;, name, len);&lt;br /&gt; for (int i = 0; i &amp;lt; len; i++) {&lt;br /&gt; LOG_RAW(&amp;quot;%2u,&amp;quot;, list[i]);&lt;br /&gt; }&lt;br /&gt; LOG_RAW(&amp;quot;]\n&amp;quot;);&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But if I enable&amp;nbsp;&amp;nbsp;CONFIG_NRF53_SYNC_RTC=y and disable loggging, some API is called in other component&lt;/p&gt;
&lt;p&gt;/home/user/ncs/toolchains/v2.3.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(sync_rtc.c.obj): in function `remote_callback&amp;#39;:&lt;br /&gt;/home/user/ncs/v2.3.0/zephyr/soc/arm/nordic_nrf/nrf53/sync_rtc.c:184: undefined reference to `log_set_timestamp_func&amp;#39;&lt;br /&gt;collect2: error: ld returned 1 exit status&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Eugene&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417717?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 14:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:148642b6-9818-41a9-a017-b38d97bd7589</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have reported the issue internally. I will get back to you with new information hopefully during this week.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417604?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 08:43:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd5216ab-a30b-46bf-845f-1342427bc480</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejan !&lt;/p&gt;
&lt;p&gt;Usage of LOG_RAW when&amp;nbsp;&lt;span&gt;CONFIG_LOG=y is not the problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Problem is to build image without logs&amp;nbsp;CONFIG_LOG=n&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;when LOG_RAW is used inside own code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you know any alternative of LOG_RAW ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Eugene&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417599?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 08:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e9f4ccb-f8a3-4395-8b42-d0e97aa30013</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You should be able to build successfully when using&amp;nbsp;LOG_RAW if you enable logging with CONFIG_LOG=y in cpunet\prj.conf. In addition, you can specify the default log level using&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG_DEFAULT_LEVEL"&gt;CONFIG_LOG_DEFAULT_LEVEL&lt;/a&gt;&amp;nbsp;in the same cpunet\prj.conf file.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417497?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 16:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:487d89ca-5442-49f1-99dd-ca189afdd9fc</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejon !&lt;/p&gt;
&lt;p&gt;I need it or what can be alternative if I would like to print without automatic new line character ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;#if&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_LEVEL&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_LEVEL_INF&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;int&lt;/span&gt;&lt;span&gt; i;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_RAW&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;%-6s&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;%2u&lt;/span&gt;&lt;span&gt; [&amp;quot;&lt;/span&gt;&lt;span&gt;, name, len);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;for&lt;/span&gt;&lt;span&gt; (i &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;; i &lt;/span&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt; len; i&lt;/span&gt;&lt;span&gt;++&lt;/span&gt;&lt;span&gt;) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_RAW&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;%2u&lt;/span&gt;&lt;span&gt;,&amp;quot;&lt;/span&gt;&lt;span&gt;, list[i]);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; }&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;LOG_RAW&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;]&lt;/span&gt;&lt;span&gt;\n&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;LOG_INF add new line to the end.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Eugene&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417468?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 15:07:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd926c7d-21ca-423c-a06a-20e5feae50c9</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;If you remove LOG_RAW from cpunet\src\main.c, build error should disappear.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417434?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 13:32:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4d7e8f3-fdc7-4d8c-81f9-da39fc0e558e</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi Dejan !&lt;/p&gt;
&lt;p&gt;Can it be becouse of LOG_RAW usage ?&lt;/p&gt;
&lt;p&gt;I have attached multiimage build project where LOG_RAW is in use in net core image and CONFIG_LOG=n&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/loggingno.zip"&gt;devzone.nordicsemi.com/.../loggingno.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;west build -p --board nrf5340dk_nrf5340_cpuapp&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;..&lt;/p&gt;
&lt;p&gt;loggingno/build/cpunet/zephyr/include/generated/syscalls/log_msg.h:37: undefined reference to `z_impl_z_log_msg_static_create&amp;#39;&lt;/p&gt;
&lt;p&gt;..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Eugene&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417338?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 09:00:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09166277-8178-4aaf-9c78-be6700dfb897</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Hiihtaja"]&lt;p&gt;I&amp;#39;m using&amp;nbsp;ncs/v2.3.0 release.&lt;/p&gt;
&lt;p&gt;I have multi image&amp;nbsp; with own net core what is already quite far away from original sample.&lt;/p&gt;
&lt;p&gt;Net core is the child image for app core.&lt;/p&gt;[/quote]
&lt;p&gt;Thank you for this information.&lt;/p&gt;
[quote user=""]&lt;p&gt;I try to build netcore image without any logging traces and always get multiple errors:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;/build/cpunet/zephyr/include/generated/syscalls/log_msg.h:37: undefined reference to `z_impl_z_log_msg_static_create&amp;#39;&lt;/p&gt;[/quote]
&lt;p&gt;Does building work when logging is enabled? Could you provide full build output for the failing case?&lt;/p&gt;
[quote user="Hiihtaja"]So, you think this is something unusual&amp;nbsp; and&amp;nbsp;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=n should be enough&amp;nbsp;?&lt;/span&gt;[/quote]
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_LOG"&gt;CONFIG_LOG&lt;/a&gt;&amp;nbsp;is a global &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/services/logging/index.html#logging-api"&gt;logging&lt;/a&gt;&amp;nbsp;switch and it turns off log calls when set to &amp;#39;n&amp;#39;.&amp;nbsp;Therefore, if you want to turn off log calls, turning it to &amp;#39;n&amp;#39; should be enough.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417208?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2023 17:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43d58814-e958-4452-8f51-b41ae769e87f</guid><dc:creator>Hiihtaja</dc:creator><description>&lt;p&gt;Hi !&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using&amp;nbsp;ncs/v2.3.0 release.&lt;/p&gt;
&lt;p&gt;I have multi image&amp;nbsp; with own net core what is already quite far away from original sample.&lt;/p&gt;
&lt;p&gt;Net core is the child image for app core.&lt;/p&gt;
&lt;p&gt;So, you think this is something unusual&amp;nbsp; and&amp;nbsp;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=n should be enough&amp;nbsp;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Eugene&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Net core image without logging traces</title><link>https://devzone.nordicsemi.com/thread/417136?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2023 14:27:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13a5e4a1-0780-467a-b58f-4717c2b4f9e3</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Which NCS version do you use? Which sample do you use? Could you provide more information about the building process?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>