X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.c;h=a2f8b78e13f79f4ac3c459564eabda5d03d5d7d0;hp=98a775c30c6a100378ca35b11ff52224354426e8;hb=1163435e19f316a4a97fd33f1467f5c1684db654;hpb=9d4c466c219039bd6a2ea03467cd3ee8be2a0e76 diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index 98a775c30c..a2f8b78e13 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -2329,6 +2329,8 @@ struct target_type cortexm3_target = .blank_check_memory = armv7m_blank_check_memory, .run_algorithm = armv7m_run_algorithm, + .start_algorithm = armv7m_start_algorithm, + .wait_algorithm = armv7m_wait_algorithm, .add_breakpoint = cortex_m3_add_breakpoint, .remove_breakpoint = cortex_m3_remove_breakpoint,