]> git.sur5r.net Git - openocd/commit
Add target_run_algorithm wrapper:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 31 May 2009 09:38:20 +0000 (09:38 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 31 May 2009 09:38:20 +0000 (09:38 +0000)
commitfbe8cf72a5e6c80fed5fba8754d790ca63ad2b65
treeb700b797a4a505e7926703e85724b1477712e5d4
parent95e13054cafeeb13163d85822e4202e12007e1a7
Add target_run_algorithm wrapper:
- replaces all calls to target->type->run_algorithm.
- add documentation in target_s to warn not to invoke callback directly.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1961 b42882b7-edfa-0310-969c-e2dbd0fdcd60
14 files changed:
src/flash/aduc702x.c
src/flash/cfi.c
src/flash/ecos.c
src/flash/lpc2000.c
src/flash/orion_nand.c
src/flash/pic32mx.c
src/flash/stellaris.c
src/flash/stm32x.c
src/flash/str7x.c
src/flash/str9x.c
src/target/arm7_9_common.c
src/target/armv7m.c
src/target/target.c
src/target/target.h