diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-26 19:27:33 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-26 19:27:33 +0000 |
commit | 641c5744257f1ec334352210b5640a4273ab3d64 (patch) | |
tree | c54aec60dfb8b42314530c94481502131ad2f5ab /TODO | |
parent | 327ba6cb0adae01c3152da7a3c7aa0784920b273 (diff) | |
download | riscv-openocd-641c5744257f1ec334352210b5640a4273ab3d64.zip riscv-openocd-641c5744257f1ec334352210b5640a4273ab3d64.tar.gz riscv-openocd-641c5744257f1ec334352210b5640a4273ab3d64.tar.bz2 |
some arm11 stuff that isn't done yet.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2639 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html arm7 code) to know what address to set the breakpoint at for single stepping an instruction. - implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...) + - thumb support is missing: ISTR ARMv6 requires Thumb. + ARM1156 has Thumb2; ARM1136 doesn't. - Cortex A8 support (ML) - add target implementation (ML) - MC1322x support (JW/DE?) |