nRF DeviceTree - nRF Connect for VS Code
Skip to content

Version 2022.6.8

Welcome to the June 2022 release of nRF DeviceTree for VS Code.

Added support for Nordic's pinctrl entries

nRF Connect SDK v2.0 introduces DeviceTree Pin Control for configuring GPIO on Nordic devices. These entries are now recognized by nRF DeviceTree, and will show up in the GPIO overview in the Devicetree panel.

Added support for Zephyr updates

We have made updates to the extension for better support for recent Zephyr updates. The extension now:

  • Supports integer suffixes used in C, such as ULL.
  • Adds include/zephyr to the list of include directories to match the latest Zephyr updates with header structure and usage.