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
| Property | Type | Description | Defined in |
|---|---|---|---|
chip? | string | probe-rs chip name. | config.ts:19 |
probe? | string | Probe serial number, for matching as OpenSessionOptions.probe does. | config.ts:21 |
protocol? | "Swd" | "Jtag" | Debug protocol. | config.ts:23 |
speed? | number | Probe speed in kHz. | config.ts:25 |
connectUnderReset? | boolean | Whether 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? | string | The access token for that server. | config.ts:31 |
programBinary? | string | Paths named by the file. The browser cannot open them, but it can say what to pick. | config.ts:33 |
svdFile? | string | Path of the SVD file the configuration names (see programBinary). | config.ts:35 |
applied | string[] | Names of the settings that were actually recognised, for reporting back. | config.ts:37 |