Skip to content

Commit 0812adb

Browse files
committed
vscode default
1 parent 0b769c6 commit 0812adb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.vscode/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"rust.all_targets": false,
3+
"rust.target": "thumbv7em-none-eabi",
4+
"rust.all_features": false,
5+
"rust.features": [
6+
"rtic",
7+
"stm32f103",
8+
"medium"
9+
],
10+
"rust-analyzer.checkOnSave.allTargets": false,
11+
"rust-analyzer.checkOnSave.extraArgs": [
12+
"--target",
13+
"thumbv7em-none-eabi"
14+
],
15+
"rust-analyzer.cargo.features": [
16+
"rtic",
17+
"stm32f103",
18+
"medium"
19+
]
20+
}

0 commit comments

Comments
 (0)