aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-15 21:19:17 +0200
committerDario Nieuwenhuis <[email protected]>2024-04-15 21:23:49 +0200
commitbe087e5d43326178878878bebae96f3b51a3b184 (patch)
tree27b13f9aa325eea108f79351798063b7382e312a /.vscode
parent40e7ea47bac9afc70696a66010b28928535ca075 (diff)
stm32/spi: remove DMA generic params.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
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.