Files
embedded-rs/.gdbinit
Jorge Aparicio d4c6bde00f gdbinit: don't reset the microcontroller
simply `step` after the `load` command. This should just work now that we are
using cortex-m-rt v0.2.2
2017-05-28 21:09:38 -05:00

8 lines
157 B
Plaintext

target remote :3333
monitor arm semihosting enable
# if using ITM
# monitor tpiu config internal itm.fifo uart off 8000000
# monitor itm port 0 on
load
step