Template files for vscode

This commit is contained in:
gator96100
2020-12-29 14:55:31 +01:00
parent 2124ef5289
commit 9e224b011b
10 changed files with 558 additions and 108 deletions

4
.vscode/setup.sh vendored Normal file
View File

@@ -0,0 +1,4 @@
export SerialPort="/dev/ttyACM0"
export DebuggerPath="/usr/bin/gdb"
export JLinkServerPath="/opt/SEGGER/JLink/JLinkGDBServerCLExe"
export DeviceMem="512"