Skip to content

Commit

Permalink
doc: migration-guide: add notes on CONFIG_NFCT_PINS_AS_GPIOS changes
Browse files Browse the repository at this point in the history
So that users know how to migrate to the new option.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Sep 15, 2023
1 parent 0762008 commit c0bf310
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ Recommended Changes
The GIC version should now be specified by adding the appropriate compatible, for
example :dtcompatible:`arm,gic-v2`, to the GIC node in the device tree.

* Nordic nRF based boards using :kconfig:option:`CONFIG_NFCT_PINS_AS_GPIOS`
to configure NFCT pins as GPIOs, should instead set the new UICR
``nfct-pins-as-gpios`` property in devicetree. It can be set like this in the
board devicetree files:

.. code-block:: devicetree
&uicr {
nfct-pins-as-gpios;
};
Picolibc-related Changes
************************

Expand Down

0 comments on commit c0bf310

Please sign in to comment.