Skip to content

Commit b979e73

Browse files
kartbenjukkar
authored andcommitted
[nrf fromtree] doc: samples: Adopt code-sample-category across tree
This commit uses the new .. zephyr:code-sample-category directive to categorize code samples across the tree. Updates existing legacy references to manually defined targets to now use :zephyr:code-sample-category: role instead. Signed-off-by: Benjamin Cabé <[email protected]> (cherry picked from commit 1db9b00) Signed-off-by: Sean Madigan <[email protected]> (cherry picked from commit a4c6ee6)
1 parent 84eaf20 commit b979e73

File tree

210 files changed

+573
-766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+573
-766
lines changed

boards/adafruit/feather_m0_basic_proto/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ USB Device Port
9696
===============
9797

9898
The SAMD21 MCU has a USB device port that can be used to communicate
99-
with a host PC. See the :ref:`usb-samples` sample applications for
99+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
100100
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
101101
serial port that echos characters back to the host PC.
102102

boards/adafruit/feather_m0_lora/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ USB Device Port
9999
===============
100100

101101
The SAMD21 MCU has a USB device port that can be used to communicate
102-
with a host PC. See the :ref:`usb-samples` sample applications for
102+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
103103
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
104104
serial port that echos characters back to the host PC.
105105

boards/adafruit/grand_central_m4_express/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ USB Device Port
9898
===============
9999

100100
The SAMD51 MCU has a USB device port that can be used to communicate
101-
with a host PC. See the :ref:`usb-samples` sample applications for
101+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
102102
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
103103
serial port that echos characters back to the host PC.
104104

boards/adafruit/itsybitsy_m4_express/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ USB Device Port
106106
===============
107107

108108
The SAMD51 MCU has a USB device port that can be used to communicate
109-
with a host PC. See the :ref:`usb-samples` sample applications for
109+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
110110
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
111111
serial port that echos characters back to the host PC.
112112

boards/adafruit/trinket_m0/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ USB Device Port
9898
===============
9999

100100
The SAMD21 MCU has a USB device port that can be used to communicate
101-
with a host PC. See the :ref:`usb-samples` sample applications for
101+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
102102
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
103103
serial port that echos characters back to the host PC.
104104

boards/arduino/mkrzero/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ USB Device Port
111111
===============
112112

113113
The SAMD21 MCU has a USB device port that can be used to communicate
114-
with a host PC. See the :ref:`usb-samples` sample applications for
114+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
115115
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
116116
serial port that echos characters back to the host PC.
117117

boards/arduino/nano_33_iot/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ USB Device Port
102102
===============
103103

104104
The SAMD21 MCU has a USB device port that can be used to communicate
105-
with a host PC. See the :ref:`usb-samples` sample applications for
105+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
106106
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
107107
serial port that echos characters back to the host PC.
108108

boards/arduino/zero/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ USB Device Port
9898
===============
9999

100100
The SAMD21 MCU has a USB device port that can be used to communicate
101-
with a host PC. See the :ref:`usb-samples` sample applications for
101+
with a host PC. See the :zephyr:code-sample-category:`usb` sample applications for
102102
more, such as the :zephyr:code-sample:`usb-cdc-acm` sample which sets up a virtual
103103
serial port that echos characters back to the host PC.
104104

boards/espressif/esp32_devkitc_wroom/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Asymmetric Multiprocessing (AMP)
5454
********************************
5555

5656
ESP32-DevKitC-WROOM allows 2 different applications to be executed in ESP32 SoC. Due to its dual-core architecture, each core can be enabled to execute customized tasks in stand-alone mode
57-
and/or exchanging data over OpenAMP framework. See :ref:`ipc_samples` folder as code reference.
57+
and/or exchanging data over OpenAMP framework. See :zephyr:code-sample-category:`ipc` folder as code reference.
5858

5959
Supported Features
6060
==================

boards/espressif/esp32_devkitc_wrover/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Asymmetric Multiprocessing (AMP)
5454
********************************
5555

5656
ESP32-DevKitC-WROVER allows 2 different applications to be executed in ESP32 SoC. Due to its dual-core architecture, each core can be enabled to execute customized tasks in stand-alone mode
57-
and/or exchanging data over OpenAMP framework. See :ref:`ipc_samples` folder as code reference.
57+
and/or exchanging data over OpenAMP framework. See :zephyr:code-sample-category:`ipc` folder as code reference.
5858

5959
Supported Features
6060
==================

0 commit comments

Comments
 (0)