probe-rs

glasgow run probe-rs

Expose SWD via a socket that can be used with probe-rs. JTAG debugging is not supported (yet).

This applet is experimental. Currently, to use it you must build probe-rs from git.

usage: glasgow run probe-rs [-h] [-V SPEC] [--swclk PIN] [--swdio PIN]
                            [--srst PIN]
                            [ENDPOINT]
endpoint

listen at ENDPOINT, either unix:PATH or tcp:HOST:PORT (default: connect via USB)

-h, --help

show this help message and exit

-V <spec>, --voltage <spec>

configure I/O port voltage to SPEC (e.g.: ‘3.3’, ‘A=5.0,B=3.3’, ‘A=SA’)

--swclk <pin>

bind the applet I/O line ‘swclk’ to PIN (default: A0)

--swdio <pin>

bind the applet I/O line ‘swdio’ to PIN (default: A1)

--srst <pin>

bind the applet I/O line ‘srst’ to PIN