<?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>nrfconnect vscode extension problems with &amp;quot;Add Build Configuration&amp;quot; wizard and &amp;quot;Actions&amp;quot; view</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114555/nrfconnect-vscode-extension-problems-with-add-build-configuration-wizard-and-actions-view</link><description>Hi, 
 running the latest nrfconnect vscode extension (v2024.9.31) the &amp;quot;Add configuration wizard&amp;quot; comes up and stay blank. Additionally, the Actions view is also empty, while its progress indicator keeps running. 
 
 Rolling back to v2024.7.13 the build</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Nov 2024 13:52:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114555/nrfconnect-vscode-extension-problems-with-add-build-configuration-wizard-and-actions-view" /><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/512149?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 13:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bcbd8c3-e046-4f7c-ab63-1427fbc11937</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Betta Sharma"]I have a feeling that my NCS installation may be incomplete or inadequate.[/quote]
&lt;p&gt;How did you install NCS on your computer?&lt;/p&gt;
[quote user="Betta Sharma"]&lt;p&gt;I am facing same issues. Add Build Configuration is greyed out and I can&amp;#39;t seem to activate it. My code builds correctly in CLI with:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;west build -p always -b nrf52840dk/nrf52840 samples\fund_less3_exer1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I can&amp;#39;t run this from the terminal mode of VS code extension as west command is not recognized.&lt;/p&gt;[/quote]
&lt;p&gt;You could try to install appropriate NCS version from the Toolchain Manager, open VS Code from the Toolchain Manager and then try to use Add Build Command and Terminal. Does this make any difference?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/511981?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 18:07:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d30bc14-0977-4a09-93ad-1ef3ca6727ca</guid><dc:creator>Betta Sharma</dc:creator><description>&lt;p&gt;Microsoft Windows [Version 10.0.19045.5011]&lt;/p&gt;
&lt;p&gt;Version: 1.95.3 (user setup)&lt;br /&gt;Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813&lt;br /&gt;Date: 2024-11-13T14:50:04.152Z&lt;br /&gt;Electron: 32.2.1&lt;br /&gt;ElectronBuildId: 10427718&lt;br /&gt;Chromium: 128.0.6613.186&lt;br /&gt;Node.js: 20.18.0&lt;br /&gt;V8: 12.8.374.38-electron.0&lt;br /&gt;OS: Windows_NT x64 10.0.19045&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have this file:&lt;/p&gt;
&lt;p&gt;C:\ncs\toolchains\ce3b5ff664\cmake\NcsToolchainConfig.cmake that contains:&lt;/p&gt;
&lt;p&gt;# SPDX-License-Identifier: Apache-2.0&lt;/p&gt;
&lt;p&gt;# This file provides Zephyr sdk config version package functionality.&lt;br /&gt;#&lt;/p&gt;
&lt;p&gt;# Those are Zephyr variables used.&lt;br /&gt;get_filename_component(NCS_TOOLCHAIN_PATH ${CMAKE_CURRENT_LIST_DIR}/../ ABSOLUTE)&lt;br /&gt;if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL Windows)&lt;br /&gt; set(NCS_TOOLCHAIN_EXECUTABLE_SUFFIX &amp;quot;.exe&amp;quot;)&lt;br /&gt; set(NCS_TOOLCHAIN_BIN_PATH ${NCS_TOOLCHAIN_PATH}/opt/bin)&lt;/p&gt;
&lt;p&gt;# This will be deprecated, relying on it may fail for NCS 2.0+&lt;br /&gt; set(NCS_GNUARMEMB_TOOLCHAIN_PATH ${NCS_TOOLCHAIN_PATH}/opt)&lt;/p&gt;
&lt;p&gt;set(NCS_TOOLCHAIN_ENV_PATH &amp;quot;${NCS_TOOLCHAIN_BIN_PATH};${NCS_TOOLCHAIN_BIN_PATH}/Scripts;${NCS_TOOLCHAIN_PATH}/mingw64/bin&amp;quot;)&lt;br /&gt; set(NCS_TOOLCHAIN_PYTHONPATH &amp;quot;${NCS_TOOLCHAIN_BIN_PATH}/;${NCS_TOOLCHAIN_BIN_PATH}/Lib;${NCS_TOOLCHAIN_BIN_PATH}/Lib/site-packages&amp;quot;)&lt;br /&gt; set(NCS_TOOLCHAIN_PYTHON ${NCS_TOOLCHAIN_BIN_PATH}/python.exe)&lt;br /&gt; set(NCS_TOOLCHAIN_WEST ${NCS_TOOLCHAIN_BIN_PATH}/Scripts/west.exe)&lt;br /&gt; set(NCS_TOOLCHAIN_GIT ${NCS_TOOLCHAIN_PATH}/bin/git.exe)&lt;br /&gt;else()&lt;br /&gt; set(NCS_TOOLCHAIN_EXECUTABLE_SUFFIX &amp;quot;&amp;quot;)&lt;br /&gt; if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL Linux)&lt;br /&gt; set(NCS_TOOLCHAIN_BIN_PATH ${NCS_TOOLCHAIN_PATH}/usr/local/bin)&lt;br /&gt; set(NCS_TOOLCHAIN_ENV_PATH &amp;quot;${NCS_TOOLCHAIN_BIN_PATH};${NCS_TOOLCHAIN_PATH}/bin&amp;quot;)&lt;br /&gt; else()&lt;br /&gt; set(NCS_TOOLCHAIN_BIN_PATH ${NCS_TOOLCHAIN_PATH}/bin)&lt;br /&gt; set(NCS_TOOLCHAIN_ENV_PATH ${NCS_TOOLCHAIN_BIN_PATH})&lt;br /&gt; endif()&lt;br /&gt; set(NCS_TOOLCHAIN_WEST ${NCS_TOOLCHAIN_BIN_PATH}/west)&lt;br /&gt; set(NCS_TOOLCHAIN_PYTHON ${NCS_TOOLCHAIN_BIN_PATH}/python3)&lt;/p&gt;
&lt;p&gt;# This will be deprecated, relying on it may fail for NCS 2.0+&lt;br /&gt; set(NCS_GNUARMEMB_TOOLCHAIN_PATH ${NCS_TOOLCHAIN_PATH})&lt;/p&gt;
&lt;p&gt;set(NCS_TOOLCHAIN_GIT ${NCS_TOOLCHAIN_BIN_PATH}/git)&lt;br /&gt;endif()&lt;/p&gt;
&lt;p&gt;set(NCS_TOOLCHAIN_CMAKE ${NCS_TOOLCHAIN_BIN_PATH}/cmake${NCS_TOOLCHAIN_EXECUTABLE_SUFFIX})&lt;br /&gt;set(NCS_TOOLCHAIN_NINJA ${NCS_TOOLCHAIN_BIN_PATH}/ninja${NCS_TOOLCHAIN_EXECUTABLE_SUFFIX})&lt;br /&gt;set(NCS_TOOLCHAIN_DTC ${NCS_TOOLCHAIN_BIN_PATH}/dtc${NCS_TOOLCHAIN_EXECUTABLE_SUFFIX})&lt;br /&gt;set(NCS_TOOLCHAIN_GPERF ${NCS_TOOLCHAIN_BIN_PATH}/gperf${NCS_TOOLCHAIN_EXECUTABLE_SUFFIX})&lt;br /&gt;set(NCS_TOOLCHAIN_PROTOC ${NCS_TOOLCHAIN_PATH}/opt/nanopb/generator-bin/protoc${NCS_TOOLCHAIN_EXECUTABLE_SUFFIX})&lt;/p&gt;
&lt;p&gt;set(NCS_TOOLCHAIN_VARIANT zephyr)&lt;br /&gt;set(NCS_ZEPHYR_SDK_INSTALL_DIR ${NCS_TOOLCHAIN_PATH}/opt/zephyr-sdk)&lt;/p&gt;
&lt;p&gt;# Those are CMake package parameters.&lt;br /&gt;set(NcsToolchain_FOUND True)&lt;/p&gt;
&lt;p&gt;if(&amp;quot;${CMAKE_SCRIPT_MODE_FILE}&amp;quot; STREQUAL &amp;quot;${CMAKE_CURRENT_LIST_FILE}&amp;quot;)&lt;br /&gt; if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL Windows)&lt;br /&gt; set(TMP_TOOLCHAIN_PATH_FILE &amp;quot;${CMAKE_CURRENT_LIST_DIR}/NcsToolchainPath.txt&amp;quot;)&lt;br /&gt; else()&lt;br /&gt; set(TMP_TOOLCHAIN_PATH_FILE &amp;quot;/tmp/NcsToolchainPath.txt&amp;quot;)&lt;br /&gt; endif()&lt;br /&gt; file(WRITE ${TMP_TOOLCHAIN_PATH_FILE} ${CMAKE_CURRENT_LIST_DIR})&lt;br /&gt; execute_process(COMMAND ${CMAKE_COMMAND} -E md5sum ${TMP_TOOLCHAIN_PATH_FILE}&lt;br /&gt; OUTPUT_VARIABLE MD5_SUM&lt;br /&gt; )&lt;br /&gt; string(SUBSTRING ${MD5_SUM} 0 32 MD5_SUM)&lt;br /&gt; if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL Windows)&lt;br /&gt; execute_process(COMMAND ${CMAKE_COMMAND} -E write_regv&lt;br /&gt; &amp;quot;HKEY_CURRENT_USER\\Software\\Kitware\\CMake\\Packages\\NcsToolchain\\;${MD5_SUM}&amp;quot; &amp;quot;${CMAKE_CURRENT_LIST_DIR}&amp;quot;&lt;br /&gt; )&lt;br /&gt; else()&lt;br /&gt; file(WRITE $ENV{HOME}/.cmake/packages/NcsToolchain/${MD5_SUM} ${CMAKE_CURRENT_LIST_DIR})&lt;br /&gt; endif()&lt;br /&gt; file(REMOVE ${TMP_TOOLCHAIN_PATH_FILE})&lt;br /&gt;endif()&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Comparing it my ZEPHYR CLI build process:&lt;/p&gt;
&lt;p&gt;(.venv) C:\Users\BSHARMA\Downloads\zephyrproject\zephyr&amp;gt;west build -p always -b nrf52840dk/nrf52840 samples\fund_less3_exer1&lt;br /&gt;-- west build: making build dir C:\Users\BSHARMA\Downloads\zephyrproject\zephyr\build pristine&lt;br /&gt;-- west build: generating a build system&lt;br /&gt;Loading Zephyr default modules (Zephyr base).&lt;br /&gt;-- Application: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/samples/fund_less3_exer1&lt;br /&gt;-- CMake version: 3.30.5&lt;br /&gt;-- Found Python3: C:/Users/BSHARMA/Downloads/zephyrproject/.venv/Scripts/python.exe (found suitable version &amp;quot;3.11.9&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter&lt;br /&gt;-- Cache files will be written to: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/.cache&lt;br /&gt;-- Zephyr version: 3.7.99 (C:/Users/BSHARMA/Downloads/zephyrproject/zephyr)&lt;br /&gt;-- Found west (found suitable version &amp;quot;1.2.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)&lt;br /&gt;-- Board: nrf52840dk, qualifiers: nrf52840&lt;br /&gt;-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK&lt;br /&gt;-- Found host-tools: zephyr 0.16.8 (C:/Users/BSHARMA/Downloads/zephyrproject/zephyr-sdk-0.16.8)&lt;br /&gt;-- Found toolchain: zephyr 0.16.8 (C:/Users/BSHARMA/Downloads/zephyrproject/zephyr-sdk-0.16.8)&lt;br /&gt;-- Found Dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)&lt;br /&gt;-- Found BOARD.dts: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts&lt;br /&gt;-- Generated zephyr.dts: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/zephyr.dts&lt;br /&gt;-- Generated pickled edt: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/edt.pickle&lt;br /&gt;-- Generated zephyr.dts: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/zephyr.dts&lt;br /&gt;-- Generated devicetree_generated.h: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/devicetree_generated.h&lt;br /&gt;-- Including generated dts.cmake file: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/dts.cmake&lt;br /&gt;Parsing C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/Kconfig&lt;br /&gt;Loaded configuration &amp;#39;C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/boards/nordic/nrf52840dk/nrf52840dk_nrf52840_defconfig&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/samples/fund_less3_exer1/prj.conf&amp;#39;&lt;br /&gt;Configuration saved to &amp;#39;C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/.config&amp;#39;&lt;br /&gt;Kconfig header saved to &amp;#39;C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/autoconf.h&amp;#39;&lt;br /&gt;-- Found GnuLd: c:/users/bsharma/downloads/zephyrproject/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version &amp;quot;2.38&amp;quot;)&lt;br /&gt;-- The C compiler identification is GNU 12.2.0&lt;br /&gt;-- The CXX compiler identification is GNU 12.2.0&lt;br /&gt;-- The ASM compiler identification is GNU&lt;br /&gt;-- Found assembler: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe&lt;br /&gt;-- Configuring done (22.6s)&lt;br /&gt;-- Generating done (2.8s)&lt;br /&gt;-- Build files have been written to: C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build&lt;br /&gt;&amp;larr;[92m-- west build: building application&lt;br /&gt;[1/133] Generating include/generated/zephyr/version.h&lt;br /&gt;-- Zephyr version: 3.7.99 (C:/Users/BSHARMA/Downloads/zephyrproject/zephyr), build: v3.7.0-4790-g6f64f7755796&lt;br /&gt;[133/133] Linking C executable zephyr\zephyr.elf&lt;br /&gt;Memory region Used Size Region Size %age Used&lt;br /&gt; FLASH: 18684 B 1 MB 1.78%&lt;br /&gt; RAM: 5696 B 256 KB 2.17%&lt;br /&gt; IDT_LIST: 0 GB 32 KB 0.00%&lt;br /&gt;Generating files from C:/Users/BSHARMA/Downloads/zephyrproject/zephyr/build/zephyr/zephyr.elf for board: nrf52840dk&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I see that that NCS is not doing most of the functions needed by Zephyr build process. To start with, Zephyr works in a virtual environment (.venv). I don&amp;#39;t see any reference to that in NCS process. I have a feeling that my NCS installation may be incomplete or inadequate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/511889?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 12:34:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:632f1d39-7222-442c-bcdf-9fd40f2fcbdf</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/betta-sharma"&gt;Betta Sharma&lt;/a&gt;,&lt;br /&gt;&lt;br /&gt;Which operating system do you use?&lt;br /&gt;&lt;br /&gt;Which VS Code version do you have?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/511755?ContentTypeID=1</link><pubDate>Sat, 23 Nov 2024 01:07:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099139ca-c92f-47cf-a2a9-99993e59b0e2</guid><dc:creator>Betta Sharma</dc:creator><description>&lt;p&gt;I have nrf-connect 2024.11.75-win32-x64&lt;/p&gt;
&lt;p&gt;nrf-connect-extension-pack-2024.9.5&lt;/p&gt;
&lt;p&gt;Zephyr V3.7.99&lt;/p&gt;
&lt;p&gt;Zephyr SDK 0.16.8&lt;/p&gt;
&lt;p&gt;and I am facing same issues. Add Build Configuration is greyed out and I can&amp;#39;t seem to activate it. My code builds correctly in CLI with:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;west build -p always -b nrf52840dk/nrf52840 samples\fund_less3_exer1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I can&amp;#39;t run this from the terminal mode of VS code extension as west command is not recognized.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/508018?ContentTypeID=1</link><pubDate>Sat, 26 Oct 2024 14:38:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92eb661b-d0e9-447c-9f70-fa7f95a0bceb</guid><dc:creator>zsn</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/stefanino"&gt;stefanino&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;1. Make sure you disable Kconfig extension. (Maybe devicetree too, it was disabled too when I was testing it. But now I have the devicetree extension enabled ).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="118681" url="~/f/nordic-q-a/114555/nrfconnect-vscode-extension-problems-with-add-build-configuration-wizard-and-actions-view/508017"]&lt;p&gt;How did you exactly change the board path?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;good question&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;.&amp;nbsp; Im just scratching my head to remember what I did. But not really. Only one thing I can say is that im sure I had a only change on my custom board in my custom module.&lt;/p&gt;
&lt;p&gt;So, maybe you can try to remove your custom board if you have.&amp;nbsp;And observe if the extension is working or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/508017?ContentTypeID=1</link><pubDate>Sat, 26 Oct 2024 13:21:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6795c6ca-8e5b-4f7f-be7c-92a310b93b7d</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/zsn"&gt;zsn&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I tried the workaround (again on Zephyr 3.7 and latest vscode extension). Pristine build from the terminal works like a charm.&lt;/p&gt;
&lt;p&gt;However, the action buttons are still not working in my case (view is empty with, at best, a progress bar never ending).&lt;/p&gt;
&lt;p&gt;How did you exactly change the board path?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507294?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 09:16:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8f21a17-d640-43c2-82c6-42546effa183</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Release Notes webpage for&amp;nbsp;nRF Connect for VS Code extension &lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/release_notes/connect/2024.9.31.html"&gt;v2024.9.31&lt;/a&gt;&amp;nbsp;mentions added&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/release_notes/connect/2024.9.31.html#support-for-hardware-model-v2"&gt;Hardware Model v2&lt;/a&gt;&amp;nbsp;support. There might not be full HMv2 support in the extension yet but build system support should be there.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507274?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 08:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82de3738-4577-4749-ae3f-e83a161b39eb</guid><dc:creator>zsn</dc:creator><description>&lt;p&gt;just an additional update. I think nrf-extension is not support hmv2, thats the reason we are seeing a blank page, so, had a change on the board path in my module, and now im getting this error but i can see now the build config page.. So just the workaround, I am creating build configuration on the terminal by running&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;#160;west build -b yourboard --pristine&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;then you will be able to run action buttons and the rest of the functionalities.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&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/Screenshot-2024_2D00_10_2D00_22-0910421.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507259?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2024 07:46:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a71fc3a4-0722-447e-bbe7-3f62323d6ee3</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="nunofrd"]Allow me to correct that information. It is supported - it is the first version that supports it, and I believe NCS support is built on that.[/quote]
&lt;p&gt;This is correct. I am sorry for confusion. I have edited my previous reply.&lt;br /&gt;&lt;br /&gt;Please let me know if you have any further questions.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507181?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 14:41:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45fe5ee5-f9d4-4d42-96d1-e383d816c90b</guid><dc:creator>nunofrd</dc:creator><description>&lt;p&gt;Allow me to correct that information. It is supported - it is the first version that supports it, and I believe NCS support is built on that.&lt;br /&gt;&lt;br /&gt;In fact, I&amp;#39;m currently using it, according with the available guidelines.&lt;br /&gt;&lt;br /&gt;Zephyr 3.7 LTS release notes -&lt;a id="" href="https://docs.zephyrproject.org/latest/releases/release-notes-3.7.html"&gt;https://docs.zephyrproject.org/latest/releases/release-notes-3.7.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Board porting guide to HMv2 -&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html#hw-model-v2"&gt;https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html#hw-model-v2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507179?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 14:30:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9df067dd-e661-493a-814a-123c734e258d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="nunofrd"]Just a note to clarify that Zephyr 3.7 is a tagged LTS release, it is not Zephyr main (dev head)[/quote]
&lt;p&gt;HMv2 is supported in Zephyr v3.7 but&amp;nbsp;&lt;span&gt;extension v2024.9.87 might not work as expected with Zephyr v3.7.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507175?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 14:02:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:172b5ec5-7bd8-4091-8b83-f6f76fb272f1</guid><dc:creator>nunofrd</dc:creator><description>&lt;p&gt;Thank you for the update. Just a note to clarify that Zephyr 3.7 is a tagged LTS release, it is not Zephyr main (dev head)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507173?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 13:59:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5809f224-eebd-4d14-aede-60a2580d1906</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The official extension v2024.9.87 is not compatible with Zephyr main. We will be working on this in time to come. Unfortunately, I cannot provide any estimate on this at this point.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507113?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 10:59:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:482e9252-c436-49c9-8cff-63bdbeb89cf2</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/dejans"&gt;dejans&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/nunofrd"&gt;nunofrd&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;thank you for the pointers. I just tested with Zephyr v3.6.0 (from zephyr-rtos GitHub repo) and I&amp;#39;m happy to report that the latest extension (wizards and views) work as expected&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/pastedimage1729508230253v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;so maybe the issue is related indeed to the introduction of HWMv2?&lt;/p&gt;
&lt;p&gt;is Nordic planning to add support / move to Zephyr 3.7?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507100?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 10:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6d267b4-df42-494b-a46f-566d0592de2e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Zephyr RTOS fork revision that is used in the NCS can be found in west.yml file which is located in the nrf folder.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507027?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 19:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac5972b6-0b68-439c-9ade-e9e22e27f666</guid><dc:creator>nunofrd</dc:creator><description>&lt;p&gt;Just in case it is useful - Zephyr 3.7 was the first version supporting HMv2. This was also the first nRF extension with support for HMv2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/507018?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 08:54:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c90e2654-e9ec-4940-ba5f-45d7b3ddc63d</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Can you please advise a released tag zephyr version (from NCS I guess) that you think should work so I can give it a try and see if I can reproduce the bug or not?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506838?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 08:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca890d16-3acf-4768-986e-098f5c630c63</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;This seems to be related to the Zephyr version used. What is expected to be working is when you use tagged NCS versions. The extension has been mainly tested to be working with released NCS versions and those have been proved to work only with just certain Zephyr versions.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506704?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 11:31:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3957f45a-dc13-4e15-b09c-e923196a4ebb</guid><dc:creator>nunofrd</dc:creator><description>&lt;p&gt;Hi Stefanino,&lt;/p&gt;
&lt;p&gt;Yes, both extension modules - &amp;quot;nRF Connect for VS Code&amp;quot; and nRF Device Tree - report that.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve also shared the logs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506692?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 11:02:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2b24bf4-a2a9-4319-b50a-11bd0cc0f39d</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/nunofrd"&gt;nunofrd&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;not finding SOC seems to be a common theme between mine and your issue. Does your extension report the same error as mine?&amp;nbsp;&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/pastedimage1729162940381v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506690?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 10:59:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3db76909-ec8f-4df3-87a3-906b1a9096be</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Hi dejans,&lt;/p&gt;
&lt;p&gt;I used the following&lt;/p&gt;
&lt;p&gt;- nrf SDK 2.7.0&lt;/p&gt;
&lt;p&gt;- Zephyr 3.7 (actually 3.7.99 which is the rolling development main branch, i.e. no release tag)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506568?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 16:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fede56ef-ba4f-4d42-8360-481e93cb5dcd</guid><dc:creator>nunofrd</dc:creator><description>&lt;p&gt;Not Stefanino here,&lt;/p&gt;
&lt;p&gt;Just wanted to share this link for issue I opened, that seems related.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114739/nrf-connect-sdk-extension-v2024-9-87-stopped-working-for-building-zephyr-apps-hwmv2"&gt;devzone.nordicsemi.com/.../nrf-connect-sdk-extension-v2024-9-87-stopped-working-for-building-zephyr-apps-hwmv2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my case, using Zephyr 3.7.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506546?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2024 13:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ee1c872-ae85-474d-a8bf-6483c7ba14ee</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/stefanino"&gt;stefanino&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;Which specific versions of nRF Connect SDK and Zephyr did you use when you made the list of what is working and what not?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/506380?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2024 20:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53906d7f-ef56-4e11-ae7f-a5f1fca034bf</guid><dc:creator>stefanino</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/dejans"&gt;dejans&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-&amp;nbsp;&lt;/span&gt;&lt;span&gt;v2024.9.87&amp;nbsp; + nrf SDK&amp;nbsp; --&amp;gt; working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-&amp;nbsp;v2024.9.87&amp;nbsp; +&amp;nbsp;Zephyr (no nrf SDK)&amp;nbsp;&amp;nbsp;--&amp;gt; not working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;span&gt;v2024.9.31&amp;nbsp; + nrf SDK&amp;nbsp; --&amp;gt; working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-&amp;nbsp;v2024.9.31&amp;nbsp; +&amp;nbsp;Zephyr (no nrf SDK) &amp;nbsp;--&amp;gt; not working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- v2024.6.20&amp;nbsp; +&amp;nbsp;Zephyr (no nrf SDK)&amp;nbsp;&amp;nbsp;--&amp;gt; working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;as I pointed out, maybe the error below is a clue?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1728160776991v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view</title><link>https://devzone.nordicsemi.com/thread/505394?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 14:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0559ba99-d70c-4334-b7fc-b49a66814b77</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;There is west.yml file in nrf folder which contains corresponding zephyr version for specific NCS version, for example NCS version 2.7.0 specifies sdk-zephyr revision v3.6.99-ncs2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/zsn"&gt;zafer sen&lt;/a&gt;&amp;nbsp;Could you provide more specific information on which combination you tested to be working, and which are not working?&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/members/stefanino"&gt;stefanino&lt;/a&gt;&amp;nbsp;Could you provide more information about your setup, your environment and which specific Zephyr versions work with specific versions of extension (and which not) in your case?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>