Skip to content

Commit

Permalink
doc: openthread: align documentation to recent changes
Browse files Browse the repository at this point in the history
Align documentation after dropping support for Thread minimal
CLI sample configuration.

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
  • Loading branch information
lmaciejonczyk authored and rlubos committed Apr 29, 2022
1 parent d8a5737 commit c4ff06b
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 120 deletions.
2 changes: 0 additions & 2 deletions doc/nrf/app_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ Besides applying `General recommendations`_, you can also complete the following
* :kconfig:option:`CONFIG_MAIN_STACK_SIZE`
* :kconfig:option:`CONFIG_ISR_STACK_SIZE`

For reference, you can find minimal footprint configurations for the single protocol and multiprotocol variants of the :ref:`ot_cli_sample` sample in :file:`nrf/samples/openthread/cli/overlay-minimal_*protocol.conf`.

.. _app_memory_zigbee:

Zigbee
Expand Down
6 changes: 4 additions & 2 deletions doc/nrf/releases/release-notes-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Thread

* Added support for the Link Metrics and CSL Thread v1.2 features for the nRF53 Series devices.
* Removed support for the :ref:`thread_architectures_designs_cp_ncp` architecture and the related tools.
* Memory requirements page shows requirements based on the configuration used for certification instead of minimal configuration which has been removed.

Zigbee
------
Expand Down Expand Up @@ -253,15 +254,16 @@ nRF9160 samples

* Enabled the :ref:`lib_at_host` library to make it easier to update certificates.

OpenThread samples
------------------
Thread samples
--------------

* Updated:

* Thread 1.2 version made the default configuration option.
* Thread Beacon payload has been removed after changes in latest Thread Specification.
* The relevant sample documentation pages with information about support for :ref:`Trusted Firmware-M <ug_tfm>`.
* All sample documentation with a Configuration section, and organized relevant information under that section.
* Mnimal configuration for CLI sample has been removed.

Matter samples
--------------
Expand Down
Loading

0 comments on commit c4ff06b

Please sign in to comment.