Skip to content

probe-web / @probe-web/client / index / AttachOptions

Interface: AttachOptions

Defined in: index.ts:223

What Client.attach needs: a probe from Client.listProbes and the target.

Properties

PropertyTypeDescriptionDefined in
probeDebugProbeEntryThe probe, as Client.listProbes returned it.index.ts:225
chip?stringprobe-rs chip name, or omit for auto-detection.index.ts:227
protocol?"Swd" | "Jtag"Debug protocol; the probe's default when omitted.index.ts:229
speedKhz?numberProbe clock speed in kHz; the probe's default when omitted.index.ts:231
connectUnderReset?booleanHold the target in reset while connecting, for firmware that disables the debug port or sleeps.index.ts:233
allowEraseAll?booleanAllow probe-rs to mass-erase a locked chip in order to attach (this destroys its contents).index.ts:235