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

3
.gitignore vendored
View File

@@ -3,3 +3,6 @@
.gdb_history
Cargo.lock
target/
# editor files
.vscode/