Files
embedded-rs/.gdbinit
2017-04-10 09:34:37 -05:00

10 lines
214 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 cortex_m_rt::reset_handler
monitor reset halt
continue