@@ -117,9 +117,6 @@ Mbed TLS
117
117
as there is any PSA crypto provider available in the system
118
118
(i.e. :kconfig:option: `CONFIG_MBEDTLS_PSA_CRYPTO_CLIENT ` is set). (:github: `72243 `)
119
119
120
- MCUboot
121
- =======
122
-
123
120
Trusted Firmware-M
124
121
==================
125
122
@@ -128,9 +125,6 @@ Trusted Firmware-M
128
125
If you wish to keep using RSA-3072, you need to set :kconfig:option: `CONFIG_TFM_MCUBOOT_SIGNATURE_TYPE `
129
126
to ``"RSA-3072" ``. Otherwise, make sure to have your own signing keys of the signature type in use.
130
127
131
- zcbor
132
- =====
133
-
134
128
LVGL
135
129
====
136
130
@@ -276,9 +270,6 @@ Device Drivers and Devicetree
276
270
the :dtcompatible: `microchip,ksz8081 ` phy binding have changed to
277
271
``microchip,interface-type ``, ``reset-gpios ``, and ``int-gpios ``, respectively (:github: `73725 `)
278
272
279
- Analog-to-Digital Converter (ADC)
280
- =================================
281
-
282
273
Charger
283
274
=======
284
275
@@ -567,12 +558,6 @@ Enhanced Serial Peripheral Interface (eSPI)
567
558
The Kconfig ``CONFIG_ESPI_SLAVE `` was renamed to :kconfig:option: `CONFIG_ESPI_TARGET `, similarly
568
559
``CONFIG_ESPI_SAF `` was renamed as :kconfig:option: `CONFIG_ESPI_TAF ` (:github: `73887 `)
569
560
570
- Flash
571
- =====
572
-
573
- General Purpose I/O (GPIO)
574
- ==========================
575
-
576
561
GNSS
577
562
====
578
563
@@ -663,9 +648,6 @@ Serial
663
648
* The Raspberry Pi UART driver ``uart_rpi_pico `` has been removed.
664
649
Use ``uart_pl011 `` (:dtcompatible: `arm,pl011 `) instead. (:github: `71074 `)
665
650
666
- Timer
667
- =====
668
-
669
651
Regulator
670
652
=========
671
653
@@ -944,9 +926,6 @@ hawkBit
944
926
:kconfig:option: `CONFIG_SETTINGS ` needs to be enabled to use hawkBit, as it now uses the
945
927
settings subsystem to store the hawkBit configuration. (:github: `68806 `)
946
928
947
- LoRaWAN
948
- =======
949
-
950
929
MCUmgr
951
930
======
952
931
@@ -975,9 +954,6 @@ POSIX API
975
954
976
955
$ python ${ZEPHYR_BASE} /scripts/utils/migrate_posix_kconfigs.py -r root_path
977
956
978
- Shell
979
- =====
980
-
981
957
State Machine Framework
982
958
=======================
983
959
@@ -1003,12 +979,6 @@ UpdateHub
1003
979
It still defaults to using Mbed TLS (with a smaller footprint than previously) unless the
1004
980
board is built with TF-M or :kconfig:option: `CONFIG_MBEDTLS_PSA_CRYPTO_C ` is enabled. (:github: `73511 `)
1005
981
1006
- ZBus
1007
- ====
1008
-
1009
- Userspace
1010
- *********
1011
-
1012
982
Architectures
1013
983
*************
1014
984
@@ -1028,6 +998,3 @@ Architectures
1028
998
* LLVM fuzzing support has been refactored. A test application now needs to provide its own
1029
999
``LLVMFuzzerTestOneInput() `` hook instead of relying on a board provided one. Check
1030
1000
``samples/subsys/debug/fuzz/ `` for an example. (:github: `71378 `)
1031
-
1032
- Xtensa
1033
- ======
0 commit comments