Skip to content

Commit

Permalink
doc: migration-guide: 3.6: Add note on MCUmgr CRC change
Browse files Browse the repository at this point in the history
Adds a note that an additional Kconfig needs to be selected if a
serial MCUmgr transport is used

(cherry picked from commit 3ce916d)

Original-Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
GitOrigin-RevId: 3ce916d
Change-Id: I2d999b9a03d9b335da4395aeef908f99b13e409b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4999938
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
nordicjm authored and Chromeos LUCI committed Nov 2, 2023
1 parent 79ba038 commit 65ee8b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/releases/migration-guide-3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ Networking
Other Subsystems
================

* MCUmgr applications that make use of serial transports (shell or UART) must now select
:kconfig:option:`CONFIG_CRC`, this was previously erroneously selected if MCUmgr was enabled,
when for non-serial transports it was not needed.

Recommended Changes
*******************

0 comments on commit 65ee8b2

Please sign in to comment.