<?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>Configuring project in Visual code studio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82522/configuring-project-in-visual-code-studio</link><description>We need to know the list of configurations to explore more like the following configurations in proj.conf file 
 
 for C++ files we enable following configurations in proj.conf 
 #C++ support configs 
 CONFIG_CPLUSPLUS=y 
 CONFIG_NEWLIB_LIBC=y 
 CONFIG_LIB_CPLUSPLUS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Dec 2021 07:18:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82522/configuring-project-in-visual-code-studio" /><item><title>RE: Configuring project in Visual code studio</title><link>https://devzone.nordicsemi.com/thread/342468?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 07:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d7d518c-c905-408b-88a5-84ecb01549f5</guid><dc:creator>Saleh</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are using the nRF Connect SDK, then you can find list of all configuration here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/kconfig/index-all.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/kconfig/index-all.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And if you are using Zephyr from its original branch, then you can find all configuration at this link:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.zephyrproject.org/latest/reference/kconfig/index-all.html"&gt;https://docs.zephyrproject.org/latest/reference/kconfig/index-all.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Usually configurations that are used to set a specific behavior, are listed next to each other in the above documents. So you can find the relevant configuration by looking a set of options. Also the best way to figure out what options should be set for a specific application, is using the samples provided by SDK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Saleh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>