Skip to content

Commit

Permalink
doc: remove references to removed sample nRF5340: Multiprotocol RPMsg
Browse files Browse the repository at this point in the history
The samples/nrf5340/multiprotocol_rpmsg sample is removed.
References to it in historical files are changed to text
``nRF5340: Multiprotocol RPMsg``.

Signed-off-by: Andrzej Kuros <[email protected]>
  • Loading branch information
ankuns committed Dec 19, 2024
1 parent 5ec5c94 commit 340f827
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Samples and applications using short-range radio

All samples and applications built for multi-core SoCs were migrated to use :ref:`ipc_radio` as the default image for the network core (on nRF5340) or the radio core (on nRF54H20).

The samples previously built for those cores are no longer used in the default builds: :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, :ref:`multiprotocol-rpmsg-sample`, and :ref:`ble_rpc_host`.
The samples previously built for those cores are no longer used in the default builds: :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, ``nRF5340: Multiprotocol RPMsg``, and :ref:`ble_rpc_host`.

.. _nrf5340_audio_migration_notes_2.7:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ nRF5340 SoC

* Added:

* :ref:`multiprotocol-rpmsg-sample` sample for network core, which enables support for multiprotocol, IEEE 802.15.4, and Bluetooth LE applications.
* ``nRF5340: Multiprotocol RPMsg`` sample for network core, which enables support for multiprotocol, IEEE 802.15.4, and Bluetooth LE applications.

* Updated:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ Matter samples
nRF5340 samples
---------------

* :ref:`multiprotocol-rpmsg-sample` sample:
* ``nRF5340: Multiprotocol RPMsg`` sample:

* Updated by decreasing the maximum supported number of concurrent Bluetooth LE connections to four.

Expand Down
10 changes: 5 additions & 5 deletions doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Added the following features as supported:
* :ref:`zephyr:sysbuild`, an improved and extensible system for multi-image build, replacing :ref:`ug_multi_image` (parent/child images).
See `Migrating from multi-image builds to sysbuild`_.
* Samples and applications that use short-range radio and run on multi-core SoCs were migrated to use the :ref:`ipc_radio` as the default image for the network/radio core.
Samples previously used for the network/radio core are no longer used in the default builds: :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, :ref:`multiprotocol-rpmsg-sample`, and :ref:`ble_rpc_host`.
Samples previously used for the network/radio core are no longer used in the default builds: :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, ``nRF5340: Multiprotocol RPMsg``, and :ref:`ble_rpc_host`.

Added the following features as experimental:

Expand Down Expand Up @@ -389,7 +389,7 @@ Applications

This section provides detailed lists of changes by :ref:`application <applications>`.

Applications that used :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, or :ref:`multiprotocol-rpmsg-sample` radio core firmware, now use the :ref:`ipc_radio`.
Applications that used :zephyr:code-sample:`bluetooth_hci_ipc`, :zephyr:code-sample:`nrf_ieee802154_rpmsg`, or ``nRF5340: Multiprotocol RPMsg`` radio core firmware, now use the :ref:`ipc_radio`.

Asset Tracker v2
----------------
Expand Down Expand Up @@ -811,7 +811,7 @@ Matter samples

* Updated:

* Matter samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or :ref:`multiprotocol-rpmsg-sample` radio core firmware, now use the :ref:`ipc_radio`.
* Matter samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or ``nRF5340: Multiprotocol RPMsg`` radio core firmware, now use the :ref:`ipc_radio`.
* Enabled the Bluetooth LE Extended Announcement feature for all samples, and increased advertising timeout from 15 minutes to 1 hour.

* Removed:
Expand Down Expand Up @@ -913,7 +913,7 @@ Thread samples

* Added new :ref:`feature set <thread_ug_feature_sets>` Kconfig option :kconfig:option:`CONFIG_OPENTHREAD_NORDIC_LIBRARY_RCP`.

* Updated the Thread samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or :ref:`multiprotocol-rpmsg-sample` radio core firmware, so that they now use the :ref:`ipc_radio`.
* Updated the Thread samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or ``nRF5340: Multiprotocol RPMsg`` radio core firmware, so that they now use the :ref:`ipc_radio`.

* :ref:`ot_cli_sample` sample:

Expand All @@ -927,7 +927,7 @@ Thread samples
Zigbee samples
--------------

* Updated the Zigbee samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or :ref:`multiprotocol-rpmsg-sample` radio core firmware, so that they now use the :ref:`ipc_radio`.
* Updated the Zigbee samples that used :zephyr:code-sample:`nrf_ieee802154_rpmsg` or ``nRF5340: Multiprotocol RPMsg`` radio core firmware, so that they now use the :ref:`ipc_radio`.

Wi-Fi samples
-------------
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: 92d0783d41d53926231423b4ff9b0df534a0fa50
revision: 7a9b76c051f55fb2afe81d10b49c5434d10e6fb3
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down

0 comments on commit 340f827

Please sign in to comment.