Skip to content

Commit 34f9662

Browse files
authored
Add config for vs-code (#17)
1 parent bd30e73 commit 34f9662

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"rust-analyzer.check.allTargets": false,
3+
"rust-analyzer.check.extraArgs": [
4+
"--examples",
5+
"--bins",
6+
],
7+
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
8+
"rust-analyzer.cargo.features": [
9+
"stm32g474",
10+
]
11+
}

0 commit comments

Comments
 (0)