aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-02-28 22:05:37 +0100
committerDario Nieuwenhuis <[email protected]>2021-02-28 22:05:37 +0100
commit7433dc1039fb16bdadda401a22e1a0c3db4eafc9 (patch)
treedf31216acdabd858599400acd44da0bb7716d2c8 /.vscode
parent962fb95ff088cdf747291e72cbf6aa8f1bd57ebc (diff)
Port qspi to PeripheralMutex
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8915126a4..19efb1373 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,6 +6,7 @@
6 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
7 "rust-analyzer.procMacro.enable": true, 7 "rust-analyzer.procMacro.enable": true,
8 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 8 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
9 "rust-analyzer.cargo.target": "thumbv7em-none-eabi",
9 "files.watcherExclude": { 10 "files.watcherExclude": {
10 "**/.git/objects/**": true, 11 "**/.git/objects/**": true,
11 "**/.git/subtree-cache/**": true, 12 "**/.git/subtree-cache/**": true,