Skip to content

Commit 292cbd6

Browse files
grochunordicjm
authored andcommitted
doc: integrations: rename section to cover Add-ons and mention Edge AI
This update extends the Integrations section of the top level page to specifically cover add-on repositories as well as mentions Edge AI add-on explicitly. In samples, Edge Impulse section is restored and reference the Edge AI add-on, where the samples are currently supported. Ref. NCSDK-39183 Signed-off-by: Michał Grochala <michal.grochala@nordicsemi.no>
1 parent 878ea45 commit 292cbd6

6 files changed

Lines changed: 31 additions & 6 deletions

File tree

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
/doc/nrf/external_comp/bt_fast_pair/ @nrfconnect/ncs-si-bluebagel-doc
120120
/doc/nrf/external_comp/coremark.rst @nrfconnect/ncs-blenders-doc
121121
/doc/nrf/external_comp/dult.rst @nrfconnect/ncs-si-bluebagel-doc
122+
/doc/nrf/external_comp/edgeai.rst @nrfconnect/ncs-si-muffin-doc
122123
/doc/nrf/external_comp/memfault.rst @nrfconnect/ncs-cia-doc
123124
/doc/nrf/external_comp/nrf_cloud.rst @nrfconnect/ncs-nrf-cloud-doc
124125
/doc/nrf/gsg_guides.rst @nrfconnect/ncs-doc-leads @nrfconnect/ncs-vestavind-doc @nrfconnect/ncs-wayland-doc
@@ -256,6 +257,7 @@
256257
/doc/nrf/samples/debug.rst @nrfconnect/ncs-cia-doc
257258
/doc/nrf/samples/dect.rst @nrfconnect/ncs-modem-doc
258259
/doc/nrf/samples/dfu.rst @nrfconnect/ncs-eris-doc
260+
/doc/nrf/samples/edge_impulse.rst @nrfconnect/ncs-si-muffin-doc
259261
/doc/nrf/samples/esb.rst @nrfconnect/ncs-si-xcake-doc
260262
/doc/nrf/samples/fast_pair.rst @nrfconnect/ncs-si-bluebagel-doc
261263
/doc/nrf/samples/gazell.rst @nrfconnect/ncs-si-xcake-doc

doc/nrf/external_comp/edgeai.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _ug_edgeai:
2+
3+
Edge AI
4+
#######
5+
6+
The Edge AI add-on provides support for developing, training, and deploying neural network models into an |NCS| application.
7+
For more information, see the `Edge AI Add-on for nRF Connect SDK`_ page.

doc/nrf/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ Remote observability
3131
Scalable and extensible
3232
The |NCS| is out-of-tree ready and can be used for projects and applications of all sizes and levels of complexity.
3333

34-
Third-party integrations
34+
Third-party integrations and Add-ons
3535
The |NCS| provides integrations with third-party and Nordic products within the SDK, such as AWS, nRF Cloud, :ref:`Memfault (Remote Observability) <ug_memfault>` and more.
36+
In addition to that, the |NCS| provides `Add-ons <nRF Connect SDK Add-ons_>`_ for specific areas or standards, such as Edge AI, Amazon Sidewalk, Zigbee, and more.
3637

3738
Varied reference designs
3839
The |NCS| comes with advanced hardware reference designs for different use cases, ranging from nRF Desktop for Human Interface Devices to nRF Audio for audio devices based on Bluetooth LE Audio specifications.

doc/nrf/integrations.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
.. _integrations:
22

3-
Integrations
4-
############
3+
Integrations and Add-ons
4+
########################
5+
6+
In addition to the |NCS| itself, Nordic Semiconductor provides integrations for third-party products as well as add-on repositories which extend the |NCS| functionality.
7+
The add-ons are separate repositories that provide additional functionality in a specific area or standard.
8+
To see the list of available add-ons, go to the `nRF Connect SDK Add-ons`_ page.
59

6-
An |NCS| integration allows for using third-party and Nordic products within the |NCS|.
710
Integrations of the following third-party products are documented in their private repositories:
811

912
* Apple Find My
@@ -12,14 +15,19 @@ Integrations of the following third-party products are documented in their priva
1215
In the case of Find My, MFi licensees can get access to the repository by issuing a Nordic `DevZone`_ private ticket.
1316

1417
.. note::
15-
Integrations are available also through the `nRF Connect SDK Add-ons`_, a curated collection of supplementary |NCS| components.
1618
For more information, including how to contribute your own add-on to the index, read :file:`README.md` and :file:`CONTRIBUTING.md` in the `ncs-app-index repository <ncs-app-index_>`_.
1719

1820
The following user guides describe available integrations:
1921

2022
.. toctree::
2123
:maxdepth: 1
22-
:caption: Subpages:
24+
:caption: nRF Connect SDK add-on integrations:
25+
26+
external_comp/edgeai
27+
28+
.. toctree::
29+
:maxdepth: 1
30+
:caption: nRF Connect SDK integrations:
2331

2432
external_comp/bt_fast_pair/index
2533
external_comp/memfault

doc/nrf/samples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ General information about samples in the |NCS|
5252
samples/debug
5353
samples/dect
5454
samples/dfu
55+
samples/edge_impulse
5556
samples/esb
5657
samples/gazell
5758
samples/keys

doc/nrf/samples/edge_impulse.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _edge_impulse_samples:
2+
3+
Edge Impulse samples
4+
####################
5+
6+
The Edge Impulse samples have been migrated from |NCS| to the `Edge AI Add-on for nRF Connect SDK`_.

0 commit comments

Comments
 (0)