Skip to content

Commit 257f9dc

Browse files
committed
doc: 3.7 migration guide: Remove empty headings
Remove headings without content Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 4b26e26 commit 257f9dc

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ Mbed TLS
117117
as there is any PSA crypto provider available in the system
118118
(i.e. :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT` is set). (:github:`72243`)
119119

120-
MCUboot
121-
=======
122-
123120
Trusted Firmware-M
124121
==================
125122

@@ -128,9 +125,6 @@ Trusted Firmware-M
128125
If you wish to keep using RSA-3072, you need to set :kconfig:option:`CONFIG_TFM_MCUBOOT_SIGNATURE_TYPE`
129126
to ``"RSA-3072"``. Otherwise, make sure to have your own signing keys of the signature type in use.
130127

131-
zcbor
132-
=====
133-
134128
LVGL
135129
====
136130

@@ -276,9 +270,6 @@ Device Drivers and Devicetree
276270
the :dtcompatible:`microchip,ksz8081` phy binding have changed to
277271
``microchip,interface-type``, ``reset-gpios``, and ``int-gpios``, respectively (:github:`73725`)
278272

279-
Analog-to-Digital Converter (ADC)
280-
=================================
281-
282273
Charger
283274
=======
284275

@@ -567,12 +558,6 @@ Enhanced Serial Peripheral Interface (eSPI)
567558
The Kconfig ``CONFIG_ESPI_SLAVE`` was renamed to :kconfig:option:`CONFIG_ESPI_TARGET`, similarly
568559
``CONFIG_ESPI_SAF`` was renamed as :kconfig:option:`CONFIG_ESPI_TAF` (:github:`73887`)
569560

570-
Flash
571-
=====
572-
573-
General Purpose I/O (GPIO)
574-
==========================
575-
576561
GNSS
577562
====
578563

@@ -663,9 +648,6 @@ Serial
663648
* The Raspberry Pi UART driver ``uart_rpi_pico`` has been removed.
664649
Use ``uart_pl011`` (:dtcompatible:`arm,pl011`) instead. (:github:`71074`)
665650

666-
Timer
667-
=====
668-
669651
Regulator
670652
=========
671653

@@ -944,9 +926,6 @@ hawkBit
944926
:kconfig:option:`CONFIG_SETTINGS` needs to be enabled to use hawkBit, as it now uses the
945927
settings subsystem to store the hawkBit configuration. (:github:`68806`)
946928

947-
LoRaWAN
948-
=======
949-
950929
MCUmgr
951930
======
952931

@@ -975,9 +954,6 @@ POSIX API
975954
976955
$ python ${ZEPHYR_BASE}/scripts/utils/migrate_posix_kconfigs.py -r root_path
977956
978-
Shell
979-
=====
980-
981957
State Machine Framework
982958
=======================
983959

@@ -1003,12 +979,6 @@ UpdateHub
1003979
It still defaults to using Mbed TLS (with a smaller footprint than previously) unless the
1004980
board is built with TF-M or :kconfig:option:`CONFIG_MBEDTLS_PSA_CRYPTO_C` is enabled. (:github:`73511`)
1005981

1006-
ZBus
1007-
====
1008-
1009-
Userspace
1010-
*********
1011-
1012982
Architectures
1013983
*************
1014984

@@ -1028,6 +998,3 @@ Architectures
1028998
* LLVM fuzzing support has been refactored. A test application now needs to provide its own
1029999
``LLVMFuzzerTestOneInput()`` hook instead of relying on a board provided one. Check
10301000
``samples/subsys/debug/fuzz/`` for an example. (:github:`71378`)
1031-
1032-
Xtensa
1033-
======

0 commit comments

Comments
 (0)