adapt to changes in cortex-m-srp

This commit is contained in:
Jorge Aparicio
2017-04-10 09:34:37 -05:00
parent b83ad5aa07
commit a03ad00a1b
7 changed files with 83 additions and 111 deletions
+2 -1
View File
@@ -4,5 +4,6 @@ monitor arm semihosting enable
# monitor tpiu config internal itm.fifo uart off 8000000
# monitor itm port 0 on
load
tbreak start
tbreak cortex_m_rt::reset_handler
monitor reset halt
continue