nRF DeviceTree - nRF Connect for VS Code
Skip to content

Version 2022.1.153

General

Updated

  • Show compiled output now toggles between the compiled output and the source document.
  • Copy C Identifier now includes named cells in phandles.
  • The compiled output now provides symbol information and allows for Ctrl+Shift+O symbol searching.

Bindings

Updated

  • Provided links for .yaml entries in the bindings files.
  • Linked compatible property values to their corresponding bindings file.

Code completion

Added

  • Completion suggestions for const properties.
  • Completion suggestions for GPIO pins.

Updated

  • Provided more specific suggestions for the compatible property value based on the bus and on-bus bindings.
  • Included references for the first position in phandle properties in completion suggestions.

Fixed

  • Defines are no longer suggested at the root level.
  • root item suggestion is no longer preselected at the root level.
  • Duplicate entries are no longer included in the compatible suggestions.
  • Broken completion filtering for references.

Lint

Updated

  • Warns if a node is missing the compatible property.
  • Warns if the compatible value is unknown.
  • Warns if a referenced node is missing the okay status.

Fixed

  • False warnings about nodes not being accepted on a bus are no longer displayed.