aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/openocd
diff options
context:
space:
mode:
authorChristina Quast <chrysh.ng+git@gmail.com>2015-04-07 18:24:06 +0200
committerChristina Quast <chrysh.ng+git@gmail.com>2015-04-07 18:24:06 +0200
commit5a67c0fef3fa6e68aa32d6e4496b441da2eac8e8 (patch)
treefc70ee24bb64a3f7b8db00c7dc4139655b4f6059 /firmware/openocd
parentf5cd7efedeafd0404db87357a4056e0d6ceb46e1 (diff)
Renamed main folder to firmware
Diffstat (limited to 'firmware/openocd')
-rw-r--r--firmware/openocd/openocd.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/openocd/openocd.cfg b/firmware/openocd/openocd.cfg
new file mode 100644
index 0000000..9ab657a
--- /dev/null
+++ b/firmware/openocd/openocd.cfg
@@ -0,0 +1,2 @@
+source [find interface/ftdi/jtagkey.cfg]
+source [find target/at91sam3sXX.cfg]