nRF DeviceTree - nRF Connect for VS Code
Skip to content

Version 2023.11.120

Welcome to the November 2023 release of the nRF DeviceTree extension.

Read below for the summary of the most important changes.


Devicetree language support

  • Fixed an issue with the code completion for pinctrl properties, which no longer complete to an empty string.

Devicetree parser

  • Fixed an issue with the parsing of line comments embedded in the block comments.
  • Stopped emitting warnings on duplicated defines.

C language support


Linting

  • Added /reserved-memory/ as a standard node type.
  • Stopped marking node entries as useless if the entry has a label.

Context management

  • Fixed an issue with the Devicetree View section not updating until a devicetree file is opened.