diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-12-23 20:46:49 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-12-23 20:46:49 +0100 |
| commit | 10c9cc31b14a356e58833fd6c81456251ab3fce9 (patch) | |
| tree | 06d49a2a966cd71ca6b1706335285a3df6256d81 /.vscode | |
| parent | cd9a65ba3969460cd7ecb9200f12a828c26205aa (diff) | |
Remove unnecessary use of atomic-polyfill.
Only use it when CAS is actually needed.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 62e5a362f..fd2e4afb1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | "rust-analyzer.checkOnSave.noDefaultFeatures": true, | 4 | "rust-analyzer.checkOnSave.noDefaultFeatures": true, |
| 5 | "rust-analyzer.cargo.noDefaultFeatures": true, | 5 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| 6 | "rust-analyzer.procMacro.enable": true, | 6 | "rust-analyzer.procMacro.enable": true, |
| 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 7 | //"rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 8 | "rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", | ||
| 8 | "rust-analyzer.cargo.features": [ | 9 | "rust-analyzer.cargo.features": [ |
| 9 | // These are needed to prevent embassy-net from failing to build | 10 | // These are needed to prevent embassy-net from failing to build |
| 10 | //"embassy-net/medium-ethernet", | 11 | //"embassy-net/medium-ethernet", |
| @@ -12,19 +13,19 @@ | |||
| 12 | //"embassy-net/pool-16", | 13 | //"embassy-net/pool-16", |
| 13 | //"time-tick-16mhz", | 14 | //"time-tick-16mhz", |
| 14 | //"defmt-timestamp-uptime", | 15 | //"defmt-timestamp-uptime", |
| 15 | "nightly", | 16 | //"nightly", |
| 16 | //"unstable-traits", | 17 | //"unstable-traits", |
| 17 | ], | 18 | ], |
| 18 | "rust-analyzer.linkedProjects": [ | 19 | "rust-analyzer.linkedProjects": [ |
| 19 | // Declare for the target you wish to develop | 20 | // Declare for the target you wish to develop |
| 20 | //"embassy-executor/Cargo.toml", | 21 | //"embassy-executor/Cargo.toml", |
| 21 | //"embassy-sync/Cargo.toml", | 22 | //"embassy-sync/Cargo.toml", |
| 22 | "examples/nrf/Cargo.toml", | 23 | //"examples/nrf/Cargo.toml", |
| 23 | // "examples/nrf-rtos-trace/Cargo.toml", | 24 | // "examples/nrf-rtos-trace/Cargo.toml", |
| 24 | // "examples/rp/Cargo.toml", | 25 | // "examples/rp/Cargo.toml", |
| 25 | // "examples/std/Cargo.toml", | 26 | // "examples/std/Cargo.toml", |
| 26 | // "examples/stm32f0/Cargo.toml", | 27 | // "examples/stm32f0/Cargo.toml", |
| 27 | // "examples/stm32f1/Cargo.toml", | 28 | //"examples/stm32f1/Cargo.toml", |
| 28 | // "examples/stm32f2/Cargo.toml", | 29 | // "examples/stm32f2/Cargo.toml", |
| 29 | // "examples/stm32f3/Cargo.toml", | 30 | // "examples/stm32f3/Cargo.toml", |
| 30 | // "examples/stm32f4/Cargo.toml", | 31 | // "examples/stm32f4/Cargo.toml", |
| @@ -35,7 +36,7 @@ | |||
| 35 | // "examples/stm32l0/Cargo.toml", | 36 | // "examples/stm32l0/Cargo.toml", |
| 36 | // "examples/stm32l1/Cargo.toml", | 37 | // "examples/stm32l1/Cargo.toml", |
| 37 | // "examples/stm32l4/Cargo.toml", | 38 | // "examples/stm32l4/Cargo.toml", |
| 38 | // "examples/stm32l5/Cargo.toml", | 39 | "examples/stm32l5/Cargo.toml", |
| 39 | // "examples/stm32u5/Cargo.toml", | 40 | // "examples/stm32u5/Cargo.toml", |
| 40 | // "examples/stm32wb/Cargo.toml", | 41 | // "examples/stm32wb/Cargo.toml", |
| 41 | // "examples/stm32wb55/Cargo.toml", | 42 | // "examples/stm32wb55/Cargo.toml", |
