]> git.sur5r.net Git - openocd/commit
David Brownell <david-b@pacbell.net>
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 12 Sep 2009 08:10:19 +0000 (08:10 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 12 Sep 2009 08:10:19 +0000 (08:10 +0000)
commitc993d75d1febddc96286b0d41b682ab81bf28684
tree865bc6a28a61d2957ffdb3ace2017e9aaecb23cd
parentf6a29d438e2770c7c54f30cb5e80141a0d70146e
David Brownell <david-b@pacbell.net>
Cleanup some the downloaded ARM target algorithm code:

 - Provide more complete disassembly of the DCC bulk write code

 - Make code blocks "static const", in case GCC doesn't

 - Fix some tabbing/layout issues

 - Make some arm7_9_common.h flags be "bool" not "int"; and compact
   the layout a bit (group most bools together)

git-svn-id: svn://svn.berlios.de/openocd/trunk@2698 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/target/arm7_9_common.c
src/target/arm7_9_common.h
src/target/armv7m.c