Skip to content

probe-web / @probe-web/client / wire / BootInfo

Type Alias: BootInfo

ts
type BootInfo = 
  | {
  FromRam: {
     vector_table_addr: bigint;
     cores_to_reset: string[];
  };
}
  | "Other";

Defined in: wire.ts:53

probe-rs-rpc BootInfo.