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
| Parameter | Type |
|---|---|
bytes | Uint8Array |
Returns
Promise<ChipFamilyYaml[]>