From: Øyvind H. <go...@us...> - 2009-10-24 13:06:49
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 0b436497e047a13ff3dbae46af0eb67376ea5acf (commit) from 75cdc8a260e081752698f374d4cd6e97e84eb6cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b436497e047a13ff3dbae46af0eb67376ea5acf Author: Ãyvind Harboe <oyv...@zy...> Date: Sat Oct 24 13:06:13 2009 +0200 vector_catch and watchpoint TODO items. diff --git a/TODO b/TODO index 180a9da..fa9477a 100644 --- a/TODO +++ b/TODO @@ -138,6 +138,10 @@ Once the above are completed: - regression: "reset halt" between 729(works) and 788(fails): @par https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html - ARM7/9: + - clean up "arm9tdmi vector_catch". Should be available for other arm9 + (e.g. arm926ejs) and some(???) arm7 cores. @par +https://lists.berlios.de/pipermail/openocd-development/2009-October/011488.html +https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html - add reset option to allow programming embedded ice while srst is asserted. Some CPUs will gate the JTAG clock when srst is asserted and in this case, it is necessary to program embedded ice and then assert srst afterwards. @@ -205,6 +209,8 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html @section thelistdebug Debugger Support +- add support for masks in watchpoints? @par + https://lists.berlios.de/pipermail/openocd-development/2009-October/011507.html - breakpoints can get lost in some circumstances: @par https://lists.berlios.de/pipermail/openocd-development/2009-June/008853.html - integrate Keil AGDI interface to OpenOCD? (submitted by Dario Vecchio) ----------------------------------------------------------------------- Summary of changes: TODO | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |