diff options
| author | xoviat <[email protected]> | 2023-07-01 17:32:25 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-01 17:32:25 -0500 |
| commit | 8141d53d94d6bec837c334d1e313d751bbebaac2 (patch) | |
| tree | 627369dc612da0aba4ac8f82cc0b1a8615ab363b /.vscode | |
| parent | 21a86531955facbdba5583b5218e20f1ca6dc23e (diff) | |
| parent | ba4344429264fa7beb99ab19c09059c2d531716d (diff) | |
Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim
Diffstat (limited to '.vscode')
| -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 fdfafafa9..29e8812e3 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", |
