cortex-m-quickstart 0.1.1

A template for building applications for ARM Cortex-M microcontrollers
Documentation
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