cortex_m3: use armv7m's async algorithm implementation

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
Andreas Fritiofson 2011-07-15 22:21:34 +02:00
parent 9d4c466c21
commit 1163435e19
1 changed files with 2 additions and 0 deletions

View File

@ -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,