Skip to content

probe-web / @probe-web/client / index / ImportedConfig

Interface: ImportedConfig

Defined in: config.ts:17

Settings these files can prefill. Matches the workbench's own stored settings.

Properties

PropertyTypeDescriptionDefined in
chip?stringprobe-rs chip name.config.ts:19
probe?stringProbe serial number, for matching as OpenSessionOptions.probe does.config.ts:21
protocol?"Swd" | "Jtag"Debug protocol.config.ts:23
speed?numberProbe speed in kHz.config.ts:25
connectUnderReset?booleanWhether to hold the target in reset while attaching.config.ts:27
url?string[remote] in Embed.toml: a probe-rs serve to talk to instead of WebUSB.config.ts:29
token?stringThe access token for that server.config.ts:31
programBinary?stringPaths named by the file. The browser cannot open them, but it can say what to pick.config.ts:33
svdFile?stringPath of the SVD file the configuration names (see programBinary).config.ts:35
appliedstring[]Names of the settings that were actually recognised, for reporting back.config.ts:37