You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf52/features.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ See :ref:`zephyr:bluetooth` for documentation on the Bluetooth Host and open sou
51
51
For documentation about the SoftDevice Controller and information on which controller variants support which chips, see :ref:`nrfxlib:softdevice_controller`.
52
52
53
53
The |NCS| contains a variety of :ref:`ble_samples` that target nRF52 Series devices.
54
-
In addition, you can run the :ref:`zephyr:bluetooth-samples` that are included from Zephyr.
54
+
In addition, you can run the :zephyr:code-sample-category:`bluetooth` samples that are included from Zephyr.
55
55
56
56
For available libraries, see :ref:`lib_bluetooth_services` (|NCS|) and :ref:`zephyr:bluetooth_api` (Zephyr).
57
57
@@ -64,7 +64,7 @@ It is optimized for creating large-scale device networks, and implemented accord
64
64
Bluetooth Mesh networking allows one-to-one, one-to-many, and many-to-many communication, using the Bluetooth LE protocol to exchange messages between the mesh nodes in the network.
65
65
66
66
The |NCS| contains a variety of :ref:`bt_mesh_samples` that target nRF52 Series devices.
67
-
In addition, you can run the :ref:`Bluetooth Mesh samples <zephyr:bluetooth-samples>` that are included from Zephyr.
67
+
In addition, you can run the :zephyr:code-sample-category:`bluetooth` samples that are included from Zephyr.
68
68
69
69
For available libraries, see :ref:`bt_mesh` (|NCS|) and :ref:`zephyr:bluetooth_mesh` (Zephyr).
70
70
See the :ref:`ug_bt_mesh` user guide for information about how to use the supplied libraries and work with Bluetooth Mesh.
@@ -119,7 +119,7 @@ USB
119
119
120
120
The |NCS| contains a USB device stack for the USB 2.0 Full Speed peripheral that is available on a number of the nRF52 devices.
121
121
You can find the implementation in the Zephyr repository.
122
-
See :ref:`zephyr:usb_api` for documentation and :ref:`zephyr:usb-samples` for a list of available samples.
122
+
See :ref:`zephyr:usb_api` for documentation and :zephyr:code-sample-category:`usb` for a list of available samples.
123
123
124
124
The USB stack requires the USBD driver for nRF52 devices, which is available as part of `nrfx`_.
125
125
The nrfx repository is included in the |NCS| as a module of the Zephyr repository.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf53/features_nrf53.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Bluetooth Low Energy
130
130
- Application core
131
131
* - :zephyr:code-sample:`bluetooth_hci_ipc`
132
132
- | :ref:`Bluetooth Low Energy samples <ble_samples>`
133
-
|:ref:`Bluetooth samples in Zephyr <zephyr:bluetooth-samples>`
133
+
|:zephyr:code-sample-category:`bluetooth`
134
134
* - :ref:`ble_rpc_host` (supported for development)
135
135
- Some Bluetooth Low Energy samples, for example, :ref:`peripheral_hids_mouse`, :ref:`peripheral_uart` or :ref:`central_uart`
136
136
@@ -151,7 +151,7 @@ The sample implements the RPMsg transport using the `OpenAMP`_ library to commun
151
151
You can use either the SoftDevice Controller or the Zephyr Bluetooth LE Controller for this sample.
152
152
See :ref:`ug_ble_controller` for more information.
153
153
154
-
For the application core, the |NCS| provides a series of :ref:`Bluetooth Low Energy samples <ble_samples>`, in addition to the :ref:`Bluetooth samples in Zephyr <zephyr:bluetooth-samples>`.
154
+
For the application core, the |NCS| provides a series of :ref:`Bluetooth Low Energy samples <ble_samples>`, in addition to the :zephyr:code-sample-category:`bluetooth` samples.
155
155
|multi_image|
156
156
157
157
.. note::
@@ -173,7 +173,7 @@ Bluetooth Mesh
173
173
174
174
Bluetooth Mesh operates on Bluetooth Low Energy (LE), and is implemented according to Bluetooth Mesh Profile Specification v1.0.1 and Bluetooth Mesh Model Specification v1.0.1.
175
175
For the application core, the |NCS| provides several :ref:`bt_mesh_samples`.
176
-
In addition, you can find Bluetooth Mesh samples with :ref:`Bluetooth samples in Zephyr <zephyr:bluetooth-samples>`.
176
+
In addition, you can find Bluetooth Mesh samples with :zephyr:code-sample-category:`bluetooth` samples.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf54l/features.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The :ref:`ug_ble_controller` user guide contains more information about the two
57
57
58
58
See the :ref:`zephyr:bluetooth` section of the Zephyr documentation for information on the Bluetooth Host and open source Bluetooth LE Controller.
59
59
The |NCS| contains :ref:`ble_samples` that can be run on the nRF54L15 DK device.
60
-
In addition, you can run the :ref:`zephyr:bluetooth-samples` that are included from Zephyr.
60
+
In addition, you can run the :zephyr:code-sample-category:`bluetooth` samples that are included from Zephyr.
61
61
62
62
For available libraries, see :ref:`lib_bluetooth_services` (|NCS|) and :ref:`zephyr:bluetooth_api` (Zephyr).
63
63
@@ -66,7 +66,7 @@ Bluetooth Mesh
66
66
67
67
Bluetooth Mesh operates on Bluetooth Low Energy (LE), and is implemented according to Bluetooth Mesh Profile Specification v1.0.1 and Bluetooth Mesh Model Specification v1.0.1.
68
68
For the application core, the |NCS| provides several :ref:`bt_mesh_samples`.
69
-
In addition, you can find Bluetooth Mesh samples with :ref:`Bluetooth samples in Zephyr <zephyr:bluetooth-samples>`.
69
+
In addition, you can find Bluetooth Mesh samples with :zephyr:code-sample-category:`bluetooth` samples.
Copy file name to clipboardExpand all lines: doc/nrf/protocols/bt/bt_solutions.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Support in the |NCS|:
35
35
36
36
* :ref:`peripheral_uart` and :ref:`central_uart`: These samples implement a Nordic-defined GATT service and profile that give a simple TX/RX generic data pipe, providing UART communication over Bluetooth LE.
37
37
38
-
* :ref:`bluetooth-samples` (Zephyr Project): The Zephyr Project offers additional Bluetooth samples.
38
+
* :zephyr:code-sample-category:`bluetooth` (Zephyr Project): The Zephyr Project offers additional Bluetooth samples.
39
39
These samples are not guaranteed to work as part of the |NCS|, but are helpful as starting point for a relevant use case.
Copy file name to clipboardExpand all lines: doc/nrf/samples/wifi_zephyr.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,4 @@ The following is an example of the CLI command:
46
46
47
47
west build -b nrf5340dk/nrf5340/cpuapp -S wifi-ipv4 -- -DSHIELD=nrf7002ek -DSB_CONFIG_WIFI_NRF70=y
48
48
49
-
For additional details about running a sample, refer to the respective sample in Zephyr’s :ref:`Samples and Demos documentation <zephyr:samples-and-demos>`.
49
+
For additional details about running a sample, refer to the respective sample in Zephyr’s :zephyr:code-sample-category:`samples`.
Copy file name to clipboardExpand all lines: doc/nrf/security/tfm.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The TF-M implementation in |NCS| is demonstrated in the following samples:
27
27
28
28
* All :ref:`tfm_samples` in this SDK
29
29
* All :ref:`cryptography samples <crypto_samples>` in this SDK
30
-
* A series of :ref:`TF-M integration samples <zephyr:tfm_integration-samples>` available in Zephyr
30
+
* A series of :zephyr:code-sample-category:`tfm_integration` samples available in Zephyr
31
31
32
32
In addition, the TF-M implementation is used in all samples and applications in this SDK that support the ``*/ns`` :ref:`variant <app_boards_names>` of the boards, due to :ref:`Cortex-M Security Extensions (CMSE) <app_boards_spe_nspe>` support.
0 commit comments