<?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>light bulb project include matter path</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117594/light-bulb-project-include-matter-path</link><description>Hi, I have reviewed the light_bulb app code in NCS2.8.0(include src code/CMakeLists.txt/prj.conf and so on)。 But I can&amp;#39;t find where the path of matter is included, could you please tell me? 
 BR 
 Chuan</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Dec 2024 08:11:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117594/light-bulb-project-include-matter-path" /><item><title>RE: light bulb project include matter path</title><link>https://devzone.nordicsemi.com/thread/516461?ContentTypeID=1</link><pubDate>Mon, 30 Dec 2024 08:11:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72c6c1c3-ac15-4e7b-8634-051770131576</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Our Matter samples does not use this cmake file, so I do not think it is generally needed for Matter. You see they enable CONFIG_CHIP in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/68623068aed6482998f1eff6df828b051c7bb48f/samples/matter/light_bulb/prj.conf#L8"&gt;prj.conf&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you still want to set this MATTER_SDK_DIR we can try to make that work?&lt;br /&gt;Just one thing first: I cannot find the CMakeLists.txt file you are referring to: &lt;a href="https://github.com/nrfconnect/sdk-connectedhomeip/tree/master/config/nrfconnect/app"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/tree/master/config/nrfconnect/app&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light bulb project include matter path</title><link>https://devzone.nordicsemi.com/thread/516428?ContentTypeID=1</link><pubDate>Sun, 29 Dec 2024 07:50:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e39da2cb-08e0-480d-a6bd-2642c729694f</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/sigurd-hellesvik"&gt;Sigurd Hellesvik&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I want to create a project in NCS2.8.0, while my cmake file as blow:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;cmake_minimum_required(VERSION 3.13.1)

# Set Zephyr project
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(my_matter_project)

# Set Matter SDK path
set(MATTER_SDK_DIR /path/to/matter)

# Include Matter CMake file
include(${MATTER_SDK_DIR}/config/nrfconnect/app/CMakeLists.txt)

# Add source file
target_sources(app PRIVATE src/main.c)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; But when I build this demo, it popup &amp;quot;undefined CONFIG_CHIP&amp;quot;, so I think I have not add matter code to my project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Could you give me some help? thx&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Chuan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light bulb project include matter path</title><link>https://devzone.nordicsemi.com/thread/516313?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 11:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4aae6106-a9b5-42e3-a00c-e7da2aa2242c</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;That is an unusual question. Maybe it helps for me to know the context. What are you trying to do that makes you need this path?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light bulb project include matter path</title><link>https://devzone.nordicsemi.com/thread/516305?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 09:31:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e4b969e-0fac-4dd3-a250-a1401f902e00</guid><dc:creator>susepc</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/sigurd-hellesvik"&gt;Sigurd Hellesvik&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Yes, I have found it, but I don&amp;#39;t know how the project(ex: light_bulb) include the matter path, Could you answer this question?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light bulb project include matter path</title><link>https://devzone.nordicsemi.com/thread/516293?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 07:48:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fb2fca6-3ff4-4f03-a567-65c61a6c0863</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;SDK_PATH/modules/lib/matter/&lt;/p&gt;
&lt;p&gt;Here &lt;a href="https://github.com/nrfconnect/sdk-connectedhomeip"&gt;https://github.com/nrfconnect/sdk-connectedhomeip&lt;/a&gt; is stored.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>