Skip to content

Commit

Permalink
docs: migration-guide: 3.7.0: Add removal of BLE Logging backend
Browse files Browse the repository at this point in the history
Guiding users to use UART over Bluetooth LE, instead.

Signed-off-by: Luis Ubieda <luisf@croxel.com>
  • Loading branch information
ubieda committed Mar 6, 2024
1 parent 74138a9 commit d989517
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/releases/migration-guide-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ MCUmgr
Shell
=====

Logging
=======

* The logging backend BLE has been removed from the tree. To achieve the same
functionality, use UART over Bluetooth LE. To do so, enable ``CONFIG_BT_NUS``,
``CONFIG_UART_BT`` and declare a device-tree node compatible with
``zephyr,bt-serial``. For reference, see snippet: ``snippets/uart_bt``.

ZBus
====

Expand Down

0 comments on commit d989517

Please sign in to comment.