Lines Matching full:swd
8 a USB connector, and an SWD interface. The Pico W additionally contains an
11 It is also possible to flash and debug the boards with their SWD interface,
208 The Raspberry Pi Pico has an SWD interface that can be used to program
235 The other supported adapters are ``raspberrypi-swd``, ``jlink`` and ``blackmagicprobe``.
236 How to connect ``cmsis-dap`` and ``raspberrypi-swd`` is described in `Getting Started with Raspberr…
237 Any other SWD debug adapter maybe also work with this configuration.
251 …$ openocd -f interface/jlink.cfg -c 'transport select swd' -f target/rp2040.cfg -c "adapter speed …
256 If you don't have an SWD adapter, you can flash the Raspberry Pi Pico with
265 The SWD interface can also be used to debug the board. To achieve this, you can
287 …cd -DOPENOCD_DEFAULT_PATH=/usr/local/share/openocd/scripts -DRPI_PICO_DEBUG_ADAPTER=raspberrypi-swd
297 …$ openocd -f interface/jlink.cfg -c 'transport select swd' -f target/rp2040.cfg -c "adapter speed …