ARMv7M: use software breakpoints for algorithms
commita851ce0d6f2b961f94e09746304e0fb0dad6a15f
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Tue, 2 Feb 2010 13:22:07 +0000 (2 13:22 +0000)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Sun, 28 Feb 2010 22:26:52 +0000 (28 22:26 +0000)
treea98ee20fb1f66e271c3984fc8daf9d9dfdf748ad
parent0324eb24967088f753bc2fd997b4c18f4ea988c8
ARMv7M: use software breakpoints for algorithms

 - armv7m_run_algorithm now requires all algorithms to use
   a software breakpoint at their exit address
 - updated all algorithms to support this

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
src/flash/nor/at91sam3.c
src/flash/nor/lpc2000.c
src/flash/nor/stellaris.c
src/flash/nor/stm32x.c
src/target/armv7m.c