diff options
| author | Thales Fragoso <[email protected]> | 2021-05-01 21:19:14 -0300 |
|---|---|---|
| committer | Thales Fragoso <[email protected]> | 2021-05-14 23:40:28 -0300 |
| commit | 0b607ca80a990d7d3696cf95389e35e1dc5dc761 (patch) | |
| tree | 41bca69b0d4d79f709dc60816b24f14a7d2c6c94 /.vscode | |
| parent | 180ca48d348b32f5499691aa5ec4bc2d7fb808b2 (diff) | |
Initial H7 sdmmc support
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 172934130..80af21f10 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | { | 1 | { |
| 2 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 3 | "rust-analyzer.cargo.allFeatures": false, | ||
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | ||
| 5 | "rust-analyzer.checkOnSave.allTargets": false, | ||
| 6 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | ||
| 7 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", | ||
| 8 | "rust-analyzer.procMacro.enable": true, | ||
| 9 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | ||
| 10 | "files.watcherExclude": { | ||
| 11 | "**/.git/objects/**": true, | ||
| 12 | "**/.git/subtree-cache/**": true, | ||
| 13 | "**/target/**": true, | ||
| 14 | "**/embassy-stm32/src/chip/**": true, | ||
| 15 | } | ||
| 3 | } \ No newline at end of file | 16 | } \ No newline at end of file |
