summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2015-03-29 22:08:57 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2015-03-29 22:08:57 +0200
commit3bddb71d56d5d556a41779f04b4fefa135f319cd (patch)
tree0465a83ced793b81ee752c94f12d91d3d9431b92 /.gdbinit
Blink LED.f0_blink
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gdbinit b/.gdbinit
new file mode 100644
index 0000000..99eae86
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,22 @@
+define flash
+file demo.elf
+load
+end
+
+define restart
+run
+end
+
+define attach_swd
+mon swdp_scan
+attach 1
+end
+
+define attach_jtag
+mon jtag_scan
+attach 1
+end
+
+file demo.elf
+
+set mem inaccessible-by-default off