Skip to content

probe-web / @probe-web/client / targets / packToYaml

Function: packToYaml()

ts
function packToYaml(bytes): Promise<ChipFamilyYaml[]>;

Defined in: targets.ts:65

Every chip family described by a CMSIS .pack.

Parameters

ParameterType
bytesUint8Array

Returns

Promise<ChipFamilyYaml[]>