You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releases/migration-guide-4.0.rst
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,6 @@ Crypto
196
196
* Following the deprecation of the TinyCrypt library (:github:`79566`), the
197
197
TinyCrypt-based shim driver was marked as deprecated (:github:`79653`).
198
198
199
-
Display
200
-
=======
201
-
202
199
Disk
203
200
====
204
201
@@ -239,12 +236,6 @@ Input
239
236
* The :dtcompatible:`analog-axis` ``invert`` property has been renamed to
240
237
``invert-input`` (there's now an ``invert-output`` available as well).
241
238
242
-
Interrupt Controller
243
-
====================
244
-
245
-
LED Strip
246
-
=========
247
-
248
239
PWM
249
240
===
250
241
@@ -348,9 +339,6 @@ Bluetooth HCI
348
339
* The Kconfig option :kconfig:option:`BT_SPI` is now automatically selected based on devicetree
349
340
compatibles and can be removed from board ``.defconfig`` files.
350
341
351
-
Bluetooth Mesh
352
-
==============
353
-
354
342
Bluetooth Audio
355
343
===============
356
344
@@ -413,9 +401,6 @@ Bluetooth Audio
413
401
* ``BT_AUDIO_BROADCAST_CODE_SIZE`` has been removed and ``BT_ISO_BROADCAST_CODE_SIZE`` should be
414
402
used instead. (:github:`80217`)
415
403
416
-
Bluetooth Classic
417
-
=================
418
-
419
404
Bluetooth Host
420
405
==============
421
406
@@ -491,9 +476,6 @@ Refer to the extended advertising sample for an example
491
476
implementation of advertiser restarting. The same technique can
492
477
be used for legacy advertising.
493
478
494
-
Bluetooth Crypto
495
-
================
496
-
497
479
Networking
498
480
**********
499
481
@@ -565,9 +547,6 @@ MCUmgr
565
547
The requirement for Bluetooth authentication is now indicated by the :kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_AUTHEN` Kconfig option.
566
548
To remove the default requirement for Bluetooth authentication it is necessary to enable the :kconfig:option:`CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW` Kconfig option in the project configuration.
567
549
568
-
Modem
569
-
=====
570
-
571
550
Random
572
551
======
573
552
@@ -600,6 +579,3 @@ JWT (JSON Web Token)
600
579
601
580
They replace the previously-existing Kconfigs ``CONFIG_JWT_SIGN_RSA`` and
0 commit comments