diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c195a13b..220d25914 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -15,10 +15,11 @@ | |||
| 15 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | 15 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 16 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", | 16 | //"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf", |
| 17 | "rust-analyzer.cargo.features": [ | 17 | "rust-analyzer.cargo.features": [ |
| 18 | "stm32f103c8", | 18 | "stm32f446re", |
| 19 | "time-driver-any", | 19 | "time-driver-any", |
| 20 | "unstable-pac", | 20 | "unstable-pac", |
| 21 | "exti", | 21 | "exti", |
| 22 | "rt", | ||
| 22 | ], | 23 | ], |
| 23 | "rust-analyzer.linkedProjects": [ | 24 | "rust-analyzer.linkedProjects": [ |
| 24 | // Uncomment ONE line for the chip you want to work on. | 25 | // Uncomment ONE line for the chip you want to work on. |
