arduino stuffs
Diffstat (limited to 'sequenced_led/.theia/launch.json')
-rw-r--r--sequenced_led/.theia/launch.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/sequenced_led/.theia/launch.json b/sequenced_led/.theia/launch.json
new file mode 100644
index 0000000..af2138c
--- /dev/null
+++ b/sequenced_led/.theia/launch.json
@@ -0,0 +1,16 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ "version": "0.2.0",
+ "configurations": [
+
+ {
+ "cwd": "${workspaceRoot}",
+ "executable": "./bin/executable.elf",
+ "name": "Debug Microcontroller",
+ "request": "launch",
+ "type": "cortex-debug",
+ "servertype": "openocd"
+ }
+ ]
+}