aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit
diff options
context:
space:
mode:
authorchrysn2012-09-13 23:41:52 +0200
committerchrysn2012-09-13 23:41:52 +0200
commit50b3c92d7ff7230b1527ba391ace74a876e404f1 (patch)
tree45fb26bec843ddfa586afb1f674d2a5110d20293 /examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit
parent0508f30d2dcd74008e76005c735dc47b7cea5132 (diff)
removed efm32lib examples
they would have needed migration work from efm32lib to emlib, and depend on non-free cmsis anyway.
Diffstat (limited to 'examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit')
-rw-r--r--examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit b/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit
deleted file mode 100644
index 7ccaa72..0000000
--- a/examples/efm32/tinygecko/olimex-em32-32g880f128-h/test-efm32lib/gdbinit
+++ /dev/null
@@ -1,14 +0,0 @@
-# gets set when loading the file, without this i get the "Remote 'g' packet
-# reply is too long" errors
-set arm abi AAPCS
-
-target remote localhost:2331
-monitor speed auto
-# this seems to be less about the architecture and more about how to
-# communicate with gdb. "set endian big" works just as well.
-monitor endian little
-
-# sometimes this doesn't work, then the gdbserver has to be restarted
-monitor reset
-monitor go
-monitor halt