diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
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", |
