diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-16 11:49:21 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-16 11:49:21 +0000 |
commit | b747da266344ae9f17b5e27a38bbe51e28f00e7a (patch) | |
tree | 317bb641fcd47682919b926a53c94f9db3f6b228 /src | |
parent | 59b295dbbef33ba4d59adb67bcfb81e7463b95d4 (diff) | |
download | openocd_libswd-b747da266344ae9f17b5e27a38bbe51e28f00e7a.tar.gz openocd_libswd-b747da266344ae9f17b5e27a38bbe51e28f00e7a.tar.bz2 openocd_libswd-b747da266344ae9f17b5e27a38bbe51e28f00e7a.tar.xz openocd_libswd-b747da266344ae9f17b5e27a38bbe51e28f00e7a.zip |
added note w/reference to discussion on whether or not arm11 code is broken or not.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2580 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/arm11_dbgtap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/arm11_dbgtap.c b/src/target/arm11_dbgtap.c index 5b6188f5..9e8be889 100644 --- a/src/target/arm11_dbgtap.c +++ b/src/target/arm11_dbgtap.c @@ -479,6 +479,10 @@ int arm11_run_instr_data_to_core(arm11_common_t * arm11, uint32_t opcode, uint32 * * To disable this code, try "memwrite burst false" * + * FIX!!! should we use multiple TAP_IDLE here or not??? + * + * https://lists.berlios.de/pipermail/openocd-development/2009-July/009698.html + * https://lists.berlios.de/pipermail/openocd-development/2009-August/009865.html */ tap_state_t arm11_MOVE_DRPAUSE_IDLE_DRPAUSE_with_delay[] = { |