<?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>Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108407/cannot-see-custom-boards-in-nrf-connect-for-vs-code-using-a-mac</link><description>Custom boards are not getting picked up using nrf Connect for VS Code on a Macbook Pro. I have the settings.json set: 
 
 And there is a boards directory: 
 I&amp;#39;ve stopped and restarted VS Code, but the board I&amp;#39;m looking for won&amp;#39;t show: 
 I even added the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Feb 2024 13:18:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108407/cannot-see-custom-boards-in-nrf-connect-for-vs-code-using-a-mac" /><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469528?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 13:18:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76298c02-1200-4326-ad21-ef5e25723927</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;That is good news. Thanks for letting me know!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469508?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 12:54:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af9a1ec6-34fc-4805-abcc-abb87da471af</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;That&amp;#39;s it. I don&amp;#39;t know how I missed it. I thought I copied everything over.&lt;br /&gt;&lt;br /&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/pastedimage1708347250508v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469500?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 12:41:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13fbc9f1-813c-4576-80ba-4c07d5143b2f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;It seems you are missing at least the defconfig file which is mandatory. This is a list of mandatory files (for a 52 series device in this example, so you don&amp;#39;t have multiple cores in this list, there are also no board revisions in this list):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;boards/&amp;lt;ARCH&amp;gt;/my_board_nrf52833
├── Kconfig.board
├── Kconfig.defconfig
├── my_board_nrf52833_defconfig
├── my_board_nrf52833.dts
└── my_board_nrf52833-pinctrl.dtsi &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469483?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 12:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58330960-815c-4a7b-9445-5ffa4d7a5875</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;Let&amp;#39;s use this as the path:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;/Users/me/Projects/GitHub/lvgl_gc9a01_pr&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But I can&amp;#39;t get the board to appear through any method:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;There is a boards directory in my project which has a boards directory in it:&amp;nbsp;&lt;span&gt;/Users/me/Projects/GitHub/lvgl_gc9a01_pr/&lt;/span&gt;boards/arm/zswatch_nrf5340&lt;/li&gt;
&lt;li&gt;The settings.json has:&lt;br /&gt; &amp;quot;nrf-connect.boardRoots&amp;quot;: [&lt;br /&gt; &amp;quot;${workspaceFolder}&amp;quot;,&lt;br /&gt; &amp;quot;${workspaceFolder}&amp;quot;&lt;br /&gt; ]&lt;/li&gt;
&lt;li&gt;`Settings -&amp;gt; Extensions -&amp;gt; nRF Connect -&amp;gt; Board Roots` has:&amp;nbsp;&lt;span&gt;/Users/me/Projects/GitHub/lvgl_gc9a01_pr&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1708345009809v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The files are &lt;a href="https://github.com/jakkra/ZSWatch/tree/main/app/boards/arm/zswatch_nrf5340"&gt;here&lt;/a&gt; if it helps.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469474?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 12:02:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2993fce0-f5bf-4980-8825-acce8dffbffc</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Can you show the actual paths, but just remove what you want to hide? As&amp;nbsp;this should work and I don&amp;#39;t see anything wrong in what you have described, I would like to see that as well. Also, how the board is defined (at least the list of files), ref my previous reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469471?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 11:57:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57954920-733b-4444-81f4-d7ba28b89b65</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;Let&amp;#39;s say my project has a path which is:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;/Users/me/Projects/GitHub/lvgl_gc9a01_pr&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;and I have a boards&amp;nbsp;in it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see custom boards in nRF Connect for VS Code using a Mac</title><link>https://devzone.nordicsemi.com/thread/469399?ContentTypeID=1</link><pubDate>Mon, 19 Feb 2024 08:01:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6bbeea6-82bf-4193-a616-c38fec38a95c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not able to reproduce this on my end. Can you share the path you blured out in VS code (you blured everything so I am not able to see if it makse sense or not), and also the path to your boards file and all the files liste to see that you have all the requiered files there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>