aboutsummaryrefslogtreecommitdiffstats
path: root/pinetime.cfg
diff options
context:
space:
mode:
authorlucas <luben93@gmail.com>2020-01-26 01:38:06 +0100
committerlucas <luben93@gmail.com>2020-01-26 01:38:06 +0100
commit37d50ed62bd3ff396ac37a23a923a6fcf0f25cad (patch)
treefaf3ae1b1d93244cf4819f891ae3e78a8f8a528e /pinetime.cfg
parent9dc4e32e36eb1167ee241cdf8027089cad593cf1 (diff)
added some inital support for flashing via openocd instead of gdb, for wider compatability
Diffstat (limited to 'pinetime.cfg')
-rw-r--r--pinetime.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/pinetime.cfg b/pinetime.cfg
new file mode 100644
index 00000000..23b5ffce
--- /dev/null
+++ b/pinetime.cfg
@@ -0,0 +1,7 @@
+
+source [find interface/stlink.cfg]
+
+transport select hla_swd
+#set WORKAREASIZE 0
+
+source [find target/nrf52.cfg]