Skip to content

Commit 4b26e26

Browse files
committed
doc: 3.7 migration guide: Minor fixes
Minor fixes to the migration guide Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent edb8409 commit 4b26e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Device Drivers and Devicetree
263263
gyro-odr = <ICM42688_GYRO_ODR_2000>;
264264
};
265265
266-
* ``st,lis2mdl`` property ``spi-full-duplex`` changed to ``duplex =
266+
* :dtcompatible:`st,lis2mdl` property ``spi-full-duplex`` changed to ``duplex =
267267
SPI_FULL_DUPLEX``. Full duplex is now the default.
268268

269269
* The DT property ``nxp,reference-supply`` of :dtcompatible:`nxp,lpc-lpadc` driver has
@@ -564,8 +564,8 @@ Enhanced Serial Peripheral Interface (eSPI)
564564
``ESPI_VWIRE_SIGNAL_TARGET_BOOT_STS``, ``ESPI_VWIRE_SIGNAL_TARGET_BOOT_DONE`` and
565565
``ESPI_VWIRE_SIGNAL_TARGET_GPIO_<NUMBER>`` respectively to reflect the new terminology
566566
in eSPI 1.5 specification. (:github:`68492`)
567-
The Kconfig ``CONFIG_ESPI_SLAVE`` was renamed to ``CONFIG_ESPI_TARGET``, similarly
568-
``CONFIG_ESPI_SAF`` was renamed as ``CONFIG_ESPI_TAF`` (:github:`73887`)
567+
The Kconfig ``CONFIG_ESPI_SLAVE`` was renamed to :kconfig:option:`CONFIG_ESPI_TARGET`, similarly
568+
``CONFIG_ESPI_SAF`` was renamed as :kconfig:option:`CONFIG_ESPI_TAF` (:github:`73887`)
569569

570570
Flash
571571
=====

0 commit comments

Comments
 (0)