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
boards: raspberrypi: Aggregate debugging info to rpi_pico docs
Debugging information for RP2040/RP2350 is aggregated into the rpi pico
document, making other boards only refer to it.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Co-authored-by: Benjamin Cabé <kartben@gmail.com>
Co-authored-by: Andrew Featherstone <andrew.featherstone@gmail.com>
Copy file name to clipboardExpand all lines: boards/pimoroni/pico_plus2/doc/index.rst
+6-5
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,16 @@ Programming and Debugging
42
42
43
43
.. zephyr:board-supported-runners::
44
44
45
-
The overall explanation regarding flashing and debugging is the same as or ``rpi_pico``.
46
-
See :ref:`rpi_pico_flashing_using_openocd` and :ref:`rpi_pico_flashing_using_uf2`
47
-
in ``rpi_pico`` documentation.
45
+
The overall explanation regarding flashing and debugging is the same as or :zephyr:board:`rpi_pico`.
46
+
See :ref:`rpi_pico_programming_and_debugging` in :zephyr:board:`rpi_pico` documentation. N.b. OpenOCD support requires using Raspberry Pi's forked version of OpenOCD.
47
+
48
+
Below is an example of building and flashing the :zephyr:code-sample:`blinky` application.
Copy file name to clipboardExpand all lines: boards/raspberrypi/rpi_pico2/doc/index.rst
+10-2
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,16 @@ Programming and Debugging
42
42
43
43
.. zephyr:board-supported-runners::
44
44
45
-
As with the Pico 1, the SWD interface can be used to program and debug the
46
-
device, e.g. using OpenOCD with the `Raspberry Pi Debug Probe <https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html>`_ .
45
+
The overall explanation regarding flashing and debugging is the same as or :zephyr:board:`rpi_pico`.
46
+
See :ref:`rpi_pico_programming_and_debugging` in :zephyr:board:`rpi_pico` documentation. N.b. OpenOCD support requires using Raspberry Pi's forked version of OpenOCD.
47
+
48
+
Below is an example of building and flashing the :zephyr:code-sample:`blinky` application.
0 commit comments