Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

CMake Generate step failed. Build files cannot be regenerated correctly

Hi:

I can't compile the program.

Please tell me the solution.

I used with Toolchain&SDK: 3.0.2&3.0.2; 3.0.0&3.0.0 and 2.8.0&2.8.0.

VS Code Winwdows 11,  Processor 11th Gen Intel(R) Core(TM) i7-11390H @ 3.40GHz, 3418 Mhz, 4 Core(s), 8 Logical Processor(s).

KIT nRF52DK

#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

#cmake_minimum_required(VERSION 3.20.0)
#find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
#project(fra_test_sleep_toggle)

cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(nrf_connect_sdk_fundamentals)

Executing task: nRF Connect: Generate config nrf52dk/nrf52832 for c:\myfw\FRA\ver1 

Building ver1
C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/myfw/FRA/ver1/build c:/myfw/FRA/ver1 --pristine --board nrf52dk/nrf52832 -- -DCONF_FILE=prj.conf"

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.0.2/zephyr/.cache
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf52dk, qualifiers: nrf52832
Parsing C:/ncs/v3.0.2/zephyr/share/sysbuild/Kconfig
Loaded configuration 'C:/myfw/FRA/ver1/build/_sysbuild/empty.conf'
Merged configuration 'C:/myfw/FRA/ver1/build/_sysbuild/empty.conf'
Configuration saved to 'C:/myfw/FRA/ver1/build/zephyr/.config'
Kconfig header saved to 'C:/myfw/FRA/ver1/build/_sysbuild/autoconf.h'
-- 
   **************************
   * Running CMake for ver1 *
   **************************

Loading Zephyr default modules (Zephyr base).
-- Application: C:/myfw/FRA/ver1
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: C:/ncs/v3.0.2/zephyr/.cache
-- Zephyr version: 4.0.99 (C:/ncs/v3.0.2/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf52dk, qualifiers: nrf52832
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/0b393f9e1b/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
-- Found BOARD.dts: C:/ncs/v3.0.2/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832.dts
-- Generated zephyr.dts: C:/myfw/FRA/ver1/build/ver1/zephyr/zephyr.dts
-- Generated pickled edt: C:/myfw/FRA/ver1/build/ver1/zephyr/edt.pickle
-- Generated zephyr.dts: C:/myfw/FRA/ver1/build/ver1/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/myfw/FRA/ver1/build/ver1/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: C:/myfw/FRA/ver1/build/ver1/zephyr/dts.cmake

warning: PM (defined at C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32bg22\Kconfig.defconfig:10,
C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32mg21\Kconfig.defconfig:10,
C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32mg24\Kconfig.defconfig:10,
C:/ncs/v3.0.2/zephyr/soc/silabs\silabs_s2\efr32zg23\Kconfig.defconfig:10,
C:/ncs/v3.0.2/zephyr/soc/renesas/smartbond\da1469x\Kconfig.defconfig:39,
C:/ncs/v3.0.2/zephyr/soc/realtek/ec\rts5912\Kconfig.defconfig.rts5912:10,
C:/ncs/v3.0.2/zephyr/soc/nordic\nrf54h\Kconfig.defconfig.nrf54h20_cpurad:14, subsys/pm/Kconfig:13)
was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
(SOC_SERIES_EFR32BG22 || SOC_SERIES_EFR32MG21 || SOC_SERIES_EFR32MG24 || SOC_SERIES_EFR32ZG23 ||
(SOC_SERIES_DA1469X && SOC_FAMILY_RENESAS_SMARTBOND) || (REALTEK_RTS5912_RTMR && SOC_RTS5912 &&
SOC_SERIES_RTS5912 && SOC_FAMILY_REALTEK_EC) || (SOC_NRF54H20_CPURAD && SOC_SERIES_NRF54HX &&
SOC_FAMILY_NORDIC_NRF) || (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.

Parsing C:/ncs/v3.0.2/zephyr/Kconfig
Loaded configuration 'C:/ncs/v3.0.2/zephyr/boards/nordic/nrf52dk/nrf52dk_nrf52832_defconfig'
Merged configuration 'C:/myfw/FRA/ver1/prj.conf'
Merged configuration 'C:/myfw/FRA/ver1/build/ver1/zephyr/.config.sysbuild'
Configuration saved to 'C:/myfw/FRA/ver1/build/ver1/zephyr/.config'
Kconfig header saved to 'C:/myfw/FRA/ver1/build/ver1/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Configuring done
CMake Error at C:/ncs/v3.0.2/zephyr/cmake/modules/extensions.cmake:457 (add_library):
  No SOURCES given to target: app
Call Stack (most recent call first):
  C:/ncs/v3.0.2/zephyr/cmake/modules/kernel.cmake:218 (zephyr_library_named)
  C:/ncs/v3.0.2/zephyr/cmake/modules/zephyr_default.cmake:142 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:12 (find_package)


CMake Generate step failed.  Build files cannot be regenerated correctly.
CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
  CMake configure failed for Zephyr project: ver1

  Location: C:/myfw/FRA/ver1
Call Stack (most recent call first):
  cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
  cmake/modules/sysbuild_default.cmake:21 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
  C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  C:/ncs/v3.0.2/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
  template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!
See also "C:/myfw/FRA/ver1/build/CMakeFiles/CMakeOutput.log".
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe '-Bc:\myfw\FRA\ver1\build' -GNinja -DBOARD=nrf52dk/nrf52832 -DCONF_FILE=prj.conf '-SC:\ncs\v3.0.2\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\myfw\FRA\ver1'

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

// IMPORTANT: The following data can contain sensitive or confidential information about your environment.
// If you do not want others to see this information, make sure to remove it before sharing the data.

// For help and support, visit Nordic Semiconductor's DevZone at https://devzone.nordicsemi.com/.

{
  "platform": {
    "os": "win32",
    "osVersion": "Windows 11 Home",
    "osKernel": "10.0.26100",
    "vscode": "1.102.1",
    "electron": "35.6.0",
    "node": "v22.15.1"
  },
  "system": {
    "date": "2025-07-22T00:42:13.044Z",
    "vscodeRoot": "c:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
    "nrfConnectForDesktopInstalled": true,
    "vscodeUptime": "00:02:14",
    "osUptime": "146:18:50",
    "cpu": "11th Gen Intel(R) Core(TM) i7-11390H @ 3.40GHz"
  },
  "workspace": {
    "name": "ver1",
    "workspaceFile": null,
    "folders": [
      "c:\\myfw\\FRA\\ver1"
    ]
  },
  "sdks": [
    {
      "version": "v3.0.2",
      "path": "c:\\ncs\\v3.0.2"
    },
    {
      "version": "v3.0.0",
      "path": "c:\\ncs\\v3.0.0"
    },
    {
      "version": "v2.8.0",
      "path": "c:\\ncs\\v2.8.0"
    }
  ],
  "apps": [
    {
      "workspace": "c:\\myfw\\FRA\\ver1",
      "uri": "c:\\myfw\\FRA\\ver1",
      "buildConfigurations": []
    }
  ],
  "toolchains": [
    {
      "version": "3.0.2",
      "path": "c:\\ncs\\toolchains\\0b393f9e1b"
    },
    {
      "version": "3.0.0",
      "path": "c:\\ncs\\toolchains\\0b393f9e1b"
    },
    {
      "version": "2.8.0",
      "path": "c:\\ncs\\toolchains\\2d382dcd92"
    }
  ],
  "connectedDevices": [],
  "tools": {
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.17.0",
    "C:\\Program Files\\SEGGER\\JLink_V840\\JLink.exe": "8.40",
    "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.24.2",
    "C:\\NORDIC\\nordic_tools\\nrfutil.exe": "8.0.0",
    "C:\\ncs\\toolchains\\0b393f9e1b\\cmake": "3.21.0",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts\\west.exe": "1.2.0",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\python.exe": "3.12.4",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\ninja.exe": "1.10.2",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gperf.exe": "3.1",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\dtc.exe": "1.4.7",
    "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\gn.exe": "2223",
    "C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
    "arm-gdbPath": "c:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
    "riscv-gdbPath": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin\\riscv64-zephyr-elf-gdb.exe"
  },
  "nrfutil": {
    "nrfutil-device": {
      "version": "2.8.8",
      "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device",
      "jlinkInfo": {
        "description": "This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands",
        "expectedVersion": {
          "version": "JLink_V8.18",
          "versionFormat": "string"
        },
        "name": "JlinkARM",
        "version": "JLink_V8.40",
        "versionFormat": "string"
      }
    },
    "nrfutil-sdk-manager": {
      "version": "1.3.0",
      "binPath": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
    }
  },
  "environment": {
    "westEnv": {
      "HOME": "C:\\Users\\LMIRANDA",
      "HOMEDRIVE": "C:",
      "HOMEPATH": "\\Users\\LMIRANDA",
      "PATH": "C:\\ncs\\toolchains\\0b393f9e1b;C:\\ncs\\toolchains\\0b393f9e1b\\mingw64\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\java8path;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
      "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
      "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\zephyr-sdk",
      "PYTHONPATH": "C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib;C:\\ncs\\toolchains\\0b393f9e1b\\opt\\bin\\Lib\\site-packages"
    },
    "inherited": {
      "HOME": "C:\\Users\\LMIRANDA",
      "HOMEDRIVE": "C:",
      "HOMEPATH": "\\Users\\LMIRANDA",
      "Path": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\java8path;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
      "PATH": "C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\java8path;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\Program Files\\Microsoft\\jdk-11.0.16.101-hotspot\\bin;C:\\Program Files\\Microsoft MPI\\Bin\\;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\160\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\150\\Tools\\Binn\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Program Files\\HP\\HP One Agent;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\NORDIC\\nordic_tools;C:\\Users\\LMIRANDA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\MiKTeX\\miktex\\bin\\x64\\;C:\\Program Files\\Azure Data Studio\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3\\bin;C:\\Program Files\\Java\\jdk-1.8\\bin;C:\\Spark\\spark-3.5.0-bin-hadoop3/hadoop\\bin;C:\\Program Files\\JetBrains\\PyCharm Community Edition 2023.2.3\\bin;;C:\\Users\\LMIRANDA\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
    }
  },
  "terminal": {
    "defaultProfile": null
  },
  "config": {
    "nordic-semiconductor.nrf-connect": {
      "topdir": "",
      "toolchain": {
        "path": ""
      },
      "ozonePath": "",
      "applications": [],
      "applicationOptions": {},
      "kconfig": {
        "interface": "kconfig"
      },
      "west": {
        "env": {
          "$base": "terminal"
        }
      },
      "boardRoots": [],
      "taskBindings": {},
      "buildTerminal": {
        "condensedProgress": true
      },
      "debugging": {
        "flash": true,
        "bindings": {},
        "justMyCode": false
      },
      "activeAppFollowActiveEditor": true,
      "flash": {
        "softreset": false,
        "erase": false,
        "recover": false
      },
      "enableTelemetry": true,
      "thirdpartyIntegration": {},
      "toolchainManager": {
        "indexURL": null,
        "installDirectory": null
      },
      "nrfutil": {
        "home": null
      },
      "defaultOpenAction": "ask",
      "terminalProfile": {
        "shell": null
      }
    },
    "nordic-semiconductor.nrf-terminal": {
      "terminalMode": "character"
    }
  },
  "extensions": {
    "internal": {
      "nordic-semiconductor.nrf-connect": {
        "version": "2025.5.152",
        "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.5.152-win32-x64",
        "isActive": true
      },
      "nordic-semiconductor.nrf-terminal": {
        "version": "2024.9.14",
        "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.9.14",
        "isActive": true
      },
      "nordic-semiconductor.nrf-devicetree": {
        "version": "2025.4.22",
        "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.4.22",
        "isActive": true
      },
      "nordic-semiconductor.nrf-kconfig": {
        "version": "2025.4.26",
        "path": "c:\\Users\\LMIRANDA\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.4.26",
        "isActive": true
      }
    },
    "external": {
      "marus25.cortex-debug": null,
      "ms-vscode.cpptools": "1.26.3",
      "ms-vscode.js-debug": "1.102.0",
      "ms-vscode.js-debug-companion": "1.1.3",
      "ms-vscode.vscode-js-profile-table": "1.0.10",
      "ctenbrinke.vscode-tsv": "0.2.2",
      "dracula-theme.theme-dracula": "2.25.1",
      "GitHub.remotehub": "0.64.0",
      "ms-python.debugpy": "2025.10.0",
      "ms-python.python": "2025.10.1",
      "ms-python.vscode-pylance": "2025.6.2",
      "ms-python.vscode-python-envs": "1.0.0",
      "ms-toolsai.jupyter": "2025.6.0",
      "ms-toolsai.jupyter-keymap": "1.1.2",
      "ms-toolsai.jupyter-renderers": "1.3.0",
      "ms-toolsai.vscode-jupyter-cell-tags": "0.1.9",
      "ms-toolsai.vscode-jupyter-slideshow": "0.1.6",
      "ms-vscode-remote.remote-containers": "0.422.1",
      "ms-vscode.azure-repos": "0.40.0",
      "ms-vscode.cmake-tools": "1.21.36",
      "ms-vscode.cpptools-extension-pack": "1.3.1",
      "ms-vscode.cpptools-themes": "2.0.0",
      "ms-vscode.remote-repositories": "0.42.0",
      "Solorzano-JuanJose.git-clone-with-submodules": "1.5.6",
      "trond-snekvik.gnu-mapfiles": "1.1.0"
    }
  }
}

Regards

Luiz

Related