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: rpi_pico2: Add jlink runner for rpi_pico2 board
jlink runner works fine for the Pico2, just like Pico1 (rpi_pico).
Copied relevant lines from rpi_pico/board.cmake.
Fixed typo in documentation.
Signed-off-by: Koen Van Herck <koen.v.herck@gmail.com>
Copy file name to clipboardExpand all lines: boards/raspberrypi/rpi_pico2/doc/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ 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:zephyr:board:`rpi_pico`.
45
+
The overall explanation regarding flashing and debugging is the same as for:zephyr:board:`rpi_pico`.
46
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
47
48
48
Below is an example of building and flashing the :zephyr:code-sample:`blinky` application.
0 commit comments