nRF DeviceTree - nRF Connect for VS Code
Skip to content

Version 2022.11.153

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

Read the following sections for an overview of the changes we've made.

*-gpios pins now registered in the Sidebar

The GPIO list in the DeviceTree View now includes pins that are assigned with properties ending in -gpios, such as SPI cs-gpios. Previously, only pinctrl pins, legacy -pin properties, and gpios properties were listed.

Cell count fallback

We fixed a bug where the address and the size cells within devicetree nodes would normally fall back to 2 and 1, respectively, if they're missing from the node. Now, they take the type's const into account.