Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: known_issue: Add an entry for Openthread CLI sample #17017

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,16 @@ Thread

The issues in this section are related to the :ref:`ug_thread` protocol.

.. rst-class:: v2-7-0

KRKNWK-19376: OpenThread CLI sample does not work on the nRF52840 Dongle
The sample should not use Partition Manager.
To avoid a failure, the main function should have a check for whether the USB is already enabled.

**Affected platforms:** nRF52840 Dongle

**Workaround:** Manually cherry-pick and apply commit with fix from ``main`` (commit hash: ``f7b59d26db4cc55c6936a0a88f3daa7e0b7b2085``).

.. rst-class:: v2-7-0 v2-6-1 v2-6-0

KRKNWK-19036: High power consumption after parent loss
Expand Down
Loading