Add VS Code support

Adds basic configuration for VS Code for QEMU and STM32F3DISCOVERY.
This commit is contained in:
Christopher J. McClellan
2019-11-30 09:04:44 -05:00
parent 3ca2bb9a46
commit 57de818726
5 changed files with 197 additions and 0 deletions

View File

@@ -102,6 +102,12 @@ MEMORY
$ cargo build
```
## VS Code
This template includes launch configurations for debugging CortexM programs with Visual Studio Code located in the `.vscode/` directory.
See [.vscode/README.md](./.vscode/README.md) for more information.
If you're not using VS Code, you can safely delete the directory from the generated project.
# License
This template is licensed under either of