From: Andreas Fritiofson Date: Fri, 15 Jul 2011 20:21:34 +0000 (+0200) Subject: cortex_m3: use armv7m's async algorithm implementation X-Git-Tag: v0.6.0-rc1~552 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1163435e19f316a4a97fd33f1467f5c1684db654 cortex_m3: use armv7m's async algorithm implementation Signed-off-by: Andreas Fritiofson --- 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,