Skip to content

Commit

Permalink
samples: multicore: hello_world: remove sample
Browse files Browse the repository at this point in the history
Upsream Zephyr samples/sysbuild/hello_world should be used instead. It
has equivalent functionality.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Jun 4, 2024
1 parent 33ff30c commit c920ae0
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 280 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ nRF5340 samples
* Added:

* :ref:`nrf5340_remote_shell` sample.
* :ref:`multicore_hello_world` sample.
* ``multicore_hello_world`` sample.

* Updated:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ Matter samples
Multicore samples
-----------------

* :ref:`multicore_hello_world` sample:
* ``multicore_hello_world`` sample:

* Added :ref:`zephyr:sysbuild` support to the sample.
* Updated the sample documentation by renaming it as :ref:`multicore_hello_world` from nRF5340: Multicore application and moved it from :ref:`nrf5340_samples` to Multicore samples.
* Updated the sample documentation by renaming it as ``multicore_hello_world`` from nRF5340: Multicore application and moved it from :ref:`nrf5340_samples` to Multicore samples.

nRF9160 samples
---------------
Expand Down Expand Up @@ -943,7 +943,7 @@ Documentation
* Added:

* A page on :ref:`ug_nrf70_developing_regulatory_support` in the :ref:`ug_nrf70_developing` user guide.
* New sample categories :ref:`pmic_samples`, :ref:`debug_samples`, :ref:`multicore_samples`, and :ref:`networking_samples`.
* New sample categories :ref:`pmic_samples`, :ref:`debug_samples`, Multicore samples, and :ref:`networking_samples`.

* Updated:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Enhanced ShockBurst samples
Multicore samples
-----------------

* :ref:`multicore_hello_world` sample:
* ``multicore_hello_world`` sample:

* Added support for the :ref:`nRF54H20 DK <ug_nrf54h20_gs>` with build target ``nrf54h20dk_nrf54h20_cpuapp``.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,8 @@ Matter samples that used :ref:`zephyr:nrf-ieee802154-rpmsg-sample` or :ref:`mult
Multicore samples
-----------------

|no_changes_yet_note|
* Removed the "Multicore Hello World application" sample in favor of :zephyr:code-sample:`sysbuild_hello_world`, which has equivalent functionality.
This also removes the Multicore samples category from the :ref:`samples` page.

Networking samples
------------------
Expand Down
1 change: 0 additions & 1 deletion doc/nrf/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ If you want to list samples available for one or more specific boards, `use the
samples/gazell
samples/keys
samples/matter
samples/multicore
samples/net
samples/nfc
samples/nrf5340
Expand Down
11 changes: 0 additions & 11 deletions doc/nrf/samples/multicore.rst

This file was deleted.

18 changes: 0 additions & 18 deletions samples/multicore/hello_world/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions samples/multicore/hello_world/Kconfig

This file was deleted.

10 changes: 0 additions & 10 deletions samples/multicore/hello_world/Kconfig.sysbuild

This file was deleted.

101 changes: 0 additions & 101 deletions samples/multicore/hello_world/README.rst

This file was deleted.

1 change: 0 additions & 1 deletion samples/multicore/hello_world/prj.conf

This file was deleted.

12 changes: 0 additions & 12 deletions samples/multicore/hello_world/remote/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion samples/multicore/hello_world/remote/prj.conf

This file was deleted.

55 changes: 0 additions & 55 deletions samples/multicore/hello_world/sample.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions samples/multicore/hello_world/src/main.c

This file was deleted.

25 changes: 0 additions & 25 deletions samples/multicore/hello_world/sysbuild.cmake

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c920ae0

Please sign in to comment.