Fix VSCode launch config

This commit is contained in:
2025-10-19 18:28:33 +02:00
parent 1f3162dc6f
commit 53c97dcb32
4 changed files with 44 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7"
cortex-m-semihosting = "0.5"
panic-halt = "1.0.0"
panic-semihosting = "0.6"
stm32f3 = { version = "0.16.0", features = ["stm32f303"] }
stm32f3xx-hal = { version = "0.10.0", features = ["stm32f303xc"] }