<?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>BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116170/ble-ant-and-apple-fine-my-integration</link><description>Hello, 
 I want to combine BLE, ANT+ and Apple Find My in one project. 
 I have permission to use ANT+ and Apple Find My. 
 I ran the two examples separately and they worked. 
 
 ANT BLE Heart Rate Monitor Relay 
 Find My Coexistence 
 
 I tried adding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Nov 2024 10:53:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116170/ble-ant-and-apple-fine-my-integration" /><item><title>RE: BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/thread/509656?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 10:53:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:969a5528-8ec5-48f9-9713-4eab42425a16</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;Bartłomiej,&lt;/p&gt;
&lt;p&gt;Thank you for the update. I&amp;#39;m glad it worked.&amp;nbsp;&lt;/p&gt;
[quote userid="129829" url="~/f/nordic-q-a/116170/ble-ant-and-apple-fine-my-integration/509643"]To configure it properly, update the &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;/v2.7.0/.west/config&lt;/em&gt;&lt;/span&gt; file. I think it will be worth mentioning this in the documentation of &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;ant&lt;/em&gt; &lt;/span&gt;and &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;find-my&lt;/em&gt;&lt;/span&gt; and other external groups.[/quote]
&lt;p&gt;I agree. It would be nice if west add an option to append configuration values. I will report this internally.&lt;/p&gt;
&lt;p&gt;EDIT: we have an open PR to allow west to append configuration values:&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/west/pull/768"&gt;https://github.com/zephyrproject-rtos/west/pull/768&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/thread/509643?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 10:06:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e0a6142-0d91-45be-a3a5-ef78e23888ca</guid><dc:creator>Bartlomiej</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Vidar,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for help.&lt;/span&gt;&lt;/p&gt;
[quote userid="4240" url="~/f/nordic-q-a/116170/ble-ant-and-apple-fine-my-integration/509622"]&lt;p&gt;Do you have both &amp;#39;find-my&amp;#39; and &amp;#39;ant&amp;#39; enabled in your west workspace group filter (/&lt;span&gt;v2.7.0/.west/config)&lt;/span&gt;?&lt;/p&gt;
&lt;p&gt;Mine looks like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;cursor:zoom-in;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1731056665566v4.png" alt=" " /&gt;&lt;/p&gt;[/quote]
&lt;p&gt;This is the solution. I only had &lt;span style="color:#ff6600;"&gt;&lt;em&gt;ant&lt;/em&gt;&lt;/span&gt; in the &lt;span style="color:#ff6600;"&gt;&lt;em&gt;group-filter&lt;/em&gt;&lt;/span&gt;, after adding the &lt;span style="color:#ff6600;"&gt;&lt;em&gt;find-my&lt;/em&gt;&lt;/span&gt;, the code was compiled without errors.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The source of the issue in short:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;First, I configured the &lt;em&gt;&lt;span style="color:#ff6600;"&gt;find-my&lt;/span&gt;&lt;/em&gt; according to the instructions, using the command&amp;nbsp;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;&lt;span class="n"&gt;west&lt;/span&gt; &lt;span class="n"&gt;config&lt;/span&gt; &lt;span class="n"&gt;manifest&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;group&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nb"&gt;filter&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="n"&gt;find-my&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;span class="n"&gt;, and ran the example.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="n"&gt;Next, I configured the &lt;span style="color:#ff6600;"&gt;&lt;em&gt;ant&lt;/em&gt;&lt;/span&gt;&amp;nbsp;&lt;span&gt;according to the instructions, using the command&amp;nbsp;&lt;em&gt;&lt;span style="color:#ff6600;"&gt;&lt;span class="n"&gt;west&lt;/span&gt;&amp;nbsp;&lt;span class="n"&gt;config&lt;/span&gt;&amp;nbsp;&lt;span class="n"&gt;manifest&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;group&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nb"&gt;filter&lt;/span&gt;&amp;nbsp;&lt;span class="o"&gt;+ant&lt;/span&gt;&lt;/span&gt;&lt;span class="o"&gt;, &lt;/span&gt;&lt;/em&gt;&lt;span class="o"&gt;and ran the example. But in this step the command replaced the &lt;span style="color:#ff6600;"&gt;&lt;em&gt;find-my&lt;/em&gt;&lt;/span&gt; in &lt;span style="color:#ff6600;"&gt;&lt;em&gt;group-filter&lt;/em&gt;&lt;/span&gt;, not add next.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To configure it properly, update the &lt;span style="color:#ff6600;"&gt;&lt;em&gt;/v2.7.0/.west/config&lt;/em&gt;&lt;/span&gt; file. I think it will be worth mentioning this in the documentation of &lt;span style="color:#ff6600;"&gt;&lt;em&gt;ant&lt;/em&gt; &lt;/span&gt;and &lt;span style="color:#ff6600;"&gt;&lt;em&gt;find-my&lt;/em&gt;&lt;/span&gt; and other external groups.&lt;/p&gt;
&lt;p&gt;&lt;span class="n"&gt;&lt;span&gt;&lt;span class="o"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/thread/509622?ContentTypeID=1</link><pubDate>Fri, 08 Nov 2024 09:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd0836d5-834d-45c2-926f-d00eea187ff5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;Bartłomiej,&lt;/p&gt;
[quote user="bartlomiej"]If a proper understand you can run the ANT+, BLE and Find My in one project?[/quote]
&lt;p&gt;I&amp;#39;m not sure if anyone has tried to combine these three protocols, but I don&amp;#39;t see any immediate blockers. I expect you should have enough memory since you are using the nRF52840.&lt;/p&gt;
[quote user="bartlomiej"]&lt;ul&gt;&lt;li&gt;Click &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;Create a new application&lt;/em&gt;&lt;/span&gt;&amp;nbsp;next &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;Copy as a sample&lt;/em&gt;&lt;/span&gt;, select &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;nRF Connect SDK v2.7.0&lt;/em&gt;&lt;/span&gt; and chose &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;BLE&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;ANT Heart Rate Monitor Relay&lt;/em&gt;&lt;/span&gt;, point the path to save.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt; i change the property &lt;span&gt;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;CONFIG_ANT_EVALUATION_KEY=n&lt;/em&gt;&lt;/span&gt;&amp;nbsp;to &lt;/span&gt;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;CONFIG_ANT_EVALUATION_KEY&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;=y&lt;/em&gt;&lt;/span&gt;, nesesery step to build example.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;Add build configuration&lt;/em&gt;&lt;/span&gt;, select board &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;nrf52840dk/nrf52840&lt;/em&gt;&lt;/span&gt;, in&amp;nbsp;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;Base configuration file&lt;/em&gt;&lt;/span&gt;&amp;nbsp;add &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt;, click &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;Build Configuration&lt;/em&gt;&lt;/span&gt;, and wait for finish build. The compilation should be without any error.&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt; add the configuration line &lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;CONFIG_FMNA&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:rgba(255, 102, 0, 1);"&gt;&lt;em&gt;=y&lt;/em&gt;&lt;/span&gt;, and build. Now you should get error:&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;I repeated these steps, but was unable to reproduce the &amp;#39;undefined symbol&amp;#39; error for FMNA (I used &amp;#39;copy as sample&amp;#39; and placed the project .&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1731056423286v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1731056451964v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Do you have both &amp;#39;find-my&amp;#39; and &amp;#39;ant&amp;#39; enabled in your west workspace group filter (/&lt;span&gt;v2.7.0/.west/config)&lt;/span&gt;?&lt;/p&gt;
&lt;p&gt;Mine looks like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1731056665566v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/thread/509482?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 14:31:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73e4ddeb-80a3-421e-bbec-f5aa05e3b828</guid><dc:creator>Bartlomiej</dc:creator><description>&lt;p&gt;Hello Vidar,&lt;br /&gt;&lt;span&gt;Thanks for replay.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Both the &amp;quot;BLE ANT Heart Rate Monitor Relay&amp;quot; and &amp;quot;Find My Coexistence&amp;quot; examples work properly separately. So the SDK should be configured correctly.&lt;/p&gt;
&lt;p&gt;My SDK structure:&lt;br /&gt;v2.7.0&lt;br /&gt; ├── ant&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;-- ANT&lt;br /&gt; ├── bootloader&lt;br /&gt; ├── find-my&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;-- FIND-MY&lt;br /&gt; ├── modules&lt;br /&gt; ├── nrf&lt;br /&gt; ├── nrfxlib&lt;br /&gt; ├── test&lt;br /&gt; ├── tools&lt;br /&gt; └── zephyr&lt;br /&gt;&lt;br /&gt;If a proper understand you can run the ANT+, BLE and Find My in one project?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Steps to reproduce the error:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;span style="color:#ff6600;"&gt;&lt;em&gt;Create a new application&lt;/em&gt;&lt;/span&gt;&amp;nbsp;next &lt;span style="color:#ff6600;"&gt;&lt;em&gt;Copy as a sample&lt;/em&gt;&lt;/span&gt;, select &lt;span style="color:#ff6600;"&gt;&lt;em&gt;nRF Connect SDK v2.7.0&lt;/em&gt;&lt;/span&gt; and chose &lt;span style="color:#ff6600;"&gt;&lt;em&gt;BLE&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;ANT Heart Rate Monitor Relay&lt;/em&gt;&lt;/span&gt;, point the path to save.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:#ff6600;"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt; i change the property &lt;span&gt;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;CONFIG_ANT_EVALUATION_KEY=n&lt;/em&gt;&lt;/span&gt;&amp;nbsp;to &lt;/span&gt;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;CONFIG_ANT_EVALUATION_KEY&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;=y&lt;/em&gt;&lt;/span&gt;, nesesery step to build example.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:#ff6600;"&gt;&lt;em&gt;Add build configuration&lt;/em&gt;&lt;/span&gt;, select board &lt;span style="color:#ff6600;"&gt;&lt;em&gt;nrf52840dk/nrf52840&lt;/em&gt;&lt;/span&gt;, in&amp;nbsp;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;Base configuration file&lt;/em&gt;&lt;/span&gt;&amp;nbsp;add &lt;span style="color:#ff6600;"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt;, click &lt;span style="color:#ff6600;"&gt;&lt;em&gt;Build Configuration&lt;/em&gt;&lt;/span&gt;, and wait for finish build. The compilation should be without any error.&lt;/li&gt;
&lt;li&gt;In &lt;span style="color:#ff6600;"&gt;&lt;em&gt;prj.conf&lt;/em&gt;&lt;/span&gt; add the configuration line &lt;span style="color:#ff6600;"&gt;&lt;em&gt;CONFIG_FMNA&lt;/em&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff6600;"&gt;&lt;em&gt;=y&lt;/em&gt;&lt;/span&gt;, and build. Now you should get error:&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: D:/examples/ble_ant_app_hrm_find_my_2
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v2.7.0/zephyr/.cache
-- Zephyr version: 3.6.99 (C:/ncs/v2.7.0/zephyr)
-- Found west (found suitable version &amp;quot;1.2.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf52840dk, qualifiers: nrf52840
-- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v2.7.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: D:/examples/ble_ant_app_hrm_find_my_2/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: D:/examples/ble_ant_app_hrm_find_my_2/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: D:/examples/ble_ant_app_hrm_find_my_2/build/zephyr/dts.cmake

d:/examples/ble_ant_app_hrm_find_my_2/prj.conf:10: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol FMNA
Parsing D:/examples/ble_ant_app_hrm_find_my_2/Kconfig
Loaded configuration &amp;#39;C:/ncs/v2.7.0/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840_defconfig&amp;#39;
Merged configuration &amp;#39;d:/examples/ble_ant_app_hrm_find_my_2/prj.conf&amp;#39;

error: Aborting due to Kconfig warnings

CMake Error at C:/ncs/v2.7.0/zephyr/cmake/modules/kconfig.cmake:392 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/ncs/v2.7.0/nrf/cmake/modules/kconfig.cmake:29 (include)
  C:/ncs/v2.7.0/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  C:/ncs/v2.7.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v2.7.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:6 (find_package)


-- Configuring incomplete, errors occurred!
See also &amp;quot;D:/examples/ble_ant_app_hrm_find_my_2/build/CMakeFiles/CMakeOutput.log&amp;quot;.
See also &amp;quot;D:/examples/ble_ant_app_hrm_find_my_2/build/CMakeFiles/CMakeError.log&amp;quot;.
FAILED: build.ninja 
C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.exe --regenerate-during-build -SD:\examples\ble_ant_app_hrm_find_my_2 -BD:\examples\ble_ant_app_hrm_find_my_2\build
ninja: error: rebuilding &amp;#39;build.ninja&amp;#39;: subcommand failed
FATAL ERROR: command exited with status 1: &amp;#39;C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;d:\examples\ble_ant_app_hrm_find_my_2\build&amp;#39;

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. &lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best&amp;nbsp;regards,&lt;br /&gt;Bartłomiej&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE, ANT+ and Apple Fine My integration</title><link>https://devzone.nordicsemi.com/thread/509452?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 12:41:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b18d57eb-ece4-4cac-859e-7f440f8e5281</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I did not manage to reproduce this error here. The error you get says the FMNA symbol is defined, but it should be defined in &amp;lt;sdk_root&amp;gt;/find-my/src/Kconfig file. Is it possible that the project may be built against the wrong SDK? The SDK should have the following folder structure:&lt;/p&gt;
&lt;p&gt;SDK_ROOT/&lt;br /&gt;├── bootloader&lt;br /&gt;├── find-my - Defines Find My related Kconfig symbols&lt;br /&gt;├── modules&lt;br /&gt;├── nrf&lt;br /&gt;├── nrfxlib&lt;br /&gt;├── test&lt;br /&gt;├── tools&lt;br /&gt;└── zephyr&lt;/p&gt;
&lt;p&gt;You can find the SDK path used from the build log.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>