Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into node20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 13, 2023
2 parents 558d015 + e63fe9e commit 7cc158c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interop/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export const errors: Record<string, string> = {
"Install @devicescript/cli package": "terminal-notinstalled",
"missing \"devicescript\" section": "missing-devicescript-section",
"No DeviceScript device found.": "no-devicescript-device-found",
"Multiple DeviceScript device found.": "multiple-devicescript-device-found"
"Multiple DeviceScript device found.": "multiple-devicescript-device-found",
"error can't alloc pcb": "error-cant-alloc-pcb"
};
6 changes: 6 additions & 0 deletions website/docs/developer/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ Make sure that your device is actively connected either through the connection h

DeviceScript is trying to deploy bytecode but it found multiple connected DeviceScript devices. There should only be 1 connect device to deploy
or the tool will give up.

## error can't alloc pcb {#error-cant-alloc-pcb}

TLS is not yet supported on RP2040.
See [implementation status](https://microsoft.github.io/devicescript/devices#implementation-status)
and [issue 664](https://github.com/microsoft/devicescript/issues/664).

0 comments on commit 7cc158c

Please sign in to comment.