aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-29 02:39:28 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-29 02:39:28 +0200
commitf7ec579c18b2ec925afcd4ab9a840719f4ce08cc (patch)
treed3770ddc86986669a04fcf79aea01221f5307e53 /.vscode
parent4f0aca481fedf69c4bb80390ceb035bb9c522bc8 (diff)
Update probe-rs-cli -> probe-rs
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9ef7fe1ce..725fb69d0 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,16 +6,16 @@
6 "rust-analyzer.check.allTargets": false, 6 "rust-analyzer.check.allTargets": false,
7 "rust-analyzer.check.noDefaultFeatures": true, 7 "rust-analyzer.check.noDefaultFeatures": true,
8 "rust-analyzer.cargo.noDefaultFeatures": true, 8 "rust-analyzer.cargo.noDefaultFeatures": true,
9 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 9 "rust-analyzer.cargo.target": "thumbv7m-none-eabi",
10 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", 10 //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
11 "rust-analyzer.cargo.features": [ 11 "rust-analyzer.cargo.features": [
12 "nightly", 12 ///"nightly",
13 ], 13 ],
14 "rust-analyzer.linkedProjects": [ 14 "rust-analyzer.linkedProjects": [
15 // Declare for the target you wish to develop 15 // Declare for the target you wish to develop
16 // "embassy-executor/Cargo.toml", 16 // "embassy-executor/Cargo.toml",
17 // "embassy-sync/Cargo.toml", 17 // "embassy-sync/Cargo.toml",
18 "examples/nrf52840/Cargo.toml", 18 "examples/stm32wl/Cargo.toml",
19 // "examples/nrf5340/Cargo.toml", 19 // "examples/nrf5340/Cargo.toml",
20 // "examples/nrf-rtos-trace/Cargo.toml", 20 // "examples/nrf-rtos-trace/Cargo.toml",
21 // "examples/rp/Cargo.toml", 21 // "examples/rp/Cargo.toml",