diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-27 02:21:53 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-11-27 02:34:23 +0100 |
| commit | 88d4b0c00d5164f2fe6307bacce74887b3f8d4da (patch) | |
| tree | a74fe2a9024167880d4ee4c7ac4f748ce5415f76 /.vscode | |
| parent | c7d97290284d2637c1eb89f65ff18f913342a71b (diff) | |
stm32: add stm32g4 support.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2be7ffbe0..0e67ab824 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -10,9 +10,12 @@ | |||
| 10 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 10 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 11 | "rust-analyzer.cargo.features": [ | 11 | "rust-analyzer.cargo.features": [ |
| 12 | // These are needed to prevent embassy-net from failing to build | 12 | // These are needed to prevent embassy-net from failing to build |
| 13 | "embassy-net/medium-ethernet", | 13 | //"embassy-net/medium-ethernet", |
| 14 | "embassy-net/tcp", | 14 | //"embassy-net/tcp", |
| 15 | "embassy-net/pool-16", | 15 | //"embassy-net/pool-16", |
| 16 | ], | ||
| 17 | "rust-analyzer.linkedProjects": [ | ||
| 18 | "examples/stm32g4/Cargo.toml" | ||
| 16 | ], | 19 | ], |
| 17 | "rust-analyzer.procMacro.enable": true, | 20 | "rust-analyzer.procMacro.enable": true, |
| 18 | "rust-analyzer.cargo.runBuildScripts": true, | 21 | "rust-analyzer.cargo.runBuildScripts": true, |
