Files
embedded-rs/.gdbinit
Jorge Aparicio 63213f3568 initial commit
2017-03-12 13:01:08 -05:00

9 lines
174 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
tbreak start
continue