diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-04 21:40:54 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-04 21:56:31 +0100 |
| commit | 18f6b8ad689cb87f81b572d5131a09e33fc9857d (patch) | |
| tree | 73bd20578c96a9c1dc5a9a47a08f04bb8a60586e /.vscode/settings.json | |
| parent | 88946840d1f6fdc924a4f0a9980d17f1d2c456fa (diff) | |
thumbv6m support with emulated atomics
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 19efb1373..f34a7db41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "rust-analyzer.cargo.target": "thumbv6m-none-eabi", | ||
| 8 | "rust-analyzer.checkOnSave.target": "thumbv6m-none-eabi", | ||
| 7 | "rust-analyzer.procMacro.enable": true, | 9 | "rust-analyzer.procMacro.enable": true, |
| 8 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, |
| 9 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 11 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
