Skip to content

Commit be63203

Browse files
author
Akos Kitta
committed
chore: use 0.35.0-rc.3 CLI + API
updated VSIX for preview
1 parent c85f38c commit be63203

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"compile-tests": "tsc -p . --outDir lib",
2626
"format": "prettier --write . && prettier-package-json --write ./package.json",
2727
"generate": "node ./scripts/generate.js 1.5.1",
28-
"postinstall": "node ./scripts/cli 0.35.0-rc.2",
28+
"postinstall": "node ./scripts/cli 0.35.0-rc.3",
2929
"lint": "eslint src --ext ts",
3030
"prepackage": "yarn clean && yarn compile && yarn lint && yarn webpack",
3131
"package": "mkdirp build-artifacts && vsce package --out ./build-artifacts",
@@ -66,7 +66,7 @@
6666
"@typescript-eslint/parser": "^5.0.0",
6767
"@vscode/test-electron": "^2.3.6",
6868
"@vscode/vsce": "^2.22.0",
69-
"ardunno-cli": "^0.1.6",
69+
"ardunno-cli": "^0.1.7",
7070
"copy-webpack-plugin": "^11.0.0",
7171
"decompress": "^4.2.1",
7272
"decompress-targz": "^4.1.1",

src/test/suite/debug.slow-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('debug (slow)', () => {
4646
request: 'launch',
4747
type: 'cortex-debug',
4848
executable: fromBuildPath('my_sketch.ino.elf'),
49-
toolchainPrefix: 'arm-none-eabi-',
49+
toolchainPrefix: 'arm-none-eabi',
5050
svdFile: fromUserDir('hardware/arduino-git/samd/svd/at91samd21g18.svd'),
5151
overrideRestartCommands: [
5252
'monitor reset halt',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,10 @@ anymatch@~3.1.2:
776776
normalize-path "^3.0.0"
777777
picomatch "^2.0.4"
778778

779-
ardunno-cli@^0.1.6:
780-
version "0.1.6"
781-
resolved "https://registry.yarnpkg.com/ardunno-cli/-/ardunno-cli-0.1.6.tgz#56802e8fcc1c7a8c28a4d1112a78af1583e086f5"
782-
integrity sha512-AjtJUNRkx6sof4TAtBqoIr7fCpeobh2GfJtHC0VG0n88C+cah3yA/0qeHLD9hySFKpTuitOiUAs2iajjG+uqEA==
779+
ardunno-cli@^0.1.7:
780+
version "0.1.7"
781+
resolved "https://registry.yarnpkg.com/ardunno-cli/-/ardunno-cli-0.1.7.tgz#1847f632cf7c25a5be58aaab01a3d062f4b9e34f"
782+
integrity sha512-mZM7W0QZQvS8+VFfxcSzCX5j//dwwaGUIPq2H1KXIBHxN6cGoZl4qyLmtq2eZjQRMsKUMkwfh9eOpgu3J7svbg==
783783
dependencies:
784784
nice-grpc-common "^2.0.2"
785785
protobufjs "^7.2.3"

0 commit comments

Comments
 (0)