<?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>unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92198/unable-to-add-ses-project-to-vsc-nrf-connect</link><description>Hello, 
 I have an SES project that I would like to migrate to the nRF Connect plugin, in Visual Studio Code. When I try to &amp;quot;Add an existing application&amp;quot; and select the directory containing the emProject file, I get an error stating that &amp;quot;the directory</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Sep 2022 11:11:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92198/unable-to-add-ses-project-to-vsc-nrf-connect" /><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/388546?ContentTypeID=1</link><pubDate>Thu, 29 Sep 2022 11:11:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55c6749c-7a7f-4647-b853-67d70898ba18</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;No, I&amp;#39;m not aware of any ways to use the extensions for anything else than a nRF Connect SDK project.&lt;/p&gt;
&lt;p&gt;You might be able to create a dummy project to use the terminals, etc, but I do not think it is possible to use the debugger as this would flash the dummy project to the board before starting debugging.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/388405?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 14:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d7206a5-140b-47e1-ae4c-eef97b91a4e8</guid><dc:creator>Allen</dc:creator><description>&lt;p&gt;Is it possible to use some of the nrf connect plugins with old SDK 17 project? New debugger, RTT console, serial terminal&amp;hellip; ? I use VSC now with the old projects. I build using the SES build script. Have difficulties getting the Cortex debugger configured correctly.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/388274?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 08:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d337b1b8-cc61-4154-b26e-115c031d1c53</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you migrating for an older nRF Connect SDK project to a newer SDK version, or are you trying to migrate from an nRF5 SDK SES project to nRF Connect? The latter is not trivial, as APIs and modules/libraries are not the same, and the build/configuration system is completely different. We do not have any migration guides for this, you will have to rewrite your project using the nRF Connect SDK methods.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/388216?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 18:38:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:108b82d4-6272-4eb1-8e57-67b81d679a6d</guid><dc:creator>Allen</dc:creator><description>&lt;p&gt;Well, I watched this video and it must be addressing a different issue. The SES projects do not have a prj.conf or CMakeLists files. There is an emProject file but the importer does not recognize this file. Is there a way to generate those files from an emProject?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/388205?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2022 15:44:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b9841f5-d107-4223-ae8c-4794f861766a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=ptJBEAOIm5w"&gt;This video&lt;/a&gt; should show how to move from SES to VS Code.&lt;/p&gt;
&lt;p&gt;Not sure what you mean by &amp;quot;old style projects&amp;quot;. Like I said, both SES and VS Code will use the CMake and config files (Kconfig/devicetree/etc) from the sample/application directory during the project configuration and build process. If you open the project in VS Code, it should build similar to the SES version, but note that if you have made &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/gs_modifying.html#changing-the-configuration-temporarily"&gt;temporary changes&lt;/a&gt; to the configs in the build directory (for instance through the &amp;quot;&lt;span&gt;Configure nRF Connect SDK Project&amp;quot; in SES), these will be lost when building with VS Code. These configs must be moved to permanent (prj.conf file) if you want them to be applied to VS code project.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/387757?ContentTypeID=1</link><pubDate>Sat, 24 Sep 2022 16:15:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99616662-99a3-46bf-af14-944ce467be98</guid><dc:creator>Allen</dc:creator><description>&lt;p&gt;I asked if there was a plan to support old style projects in the new nrf connect SDK, in the last SDK webinar. I was told to look at the migrating to nrf connect YouTube video.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;does this mean there is no plan?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: unable to add SES project to VSC nRF Connect</title><link>https://devzone.nordicsemi.com/thread/387486?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 11:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d08d30c7-8f7a-4890-924a-b77c06bf1f98</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which YouTube video are you referring to?&lt;/p&gt;
&lt;p&gt;You should select the root directory of the application/sample (where the CMakeLists.txt file is located), not the directory where the emProject file is located. The SES project uses the CMake build system to generate the project from nRF Connect SDK sample, and the same sample can be opened and built in VS Code. Opening a SES project in VS Code is as far as I know not possible.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>