diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 14:01:53 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 14:01:53 +0000 |
commit | 02bbe4147d5fd460d6134d9d1d7b0cc279d68625 (patch) | |
tree | ddbfadb0184946be7223af1fc015de7d1c645527 /testing/index.html | |
parent | d03a0d09d818e11dc38ab29ef4ef2040e419be2c (diff) | |
download | riscv-openocd-02bbe4147d5fd460d6134d9d1d7b0cc279d68625.zip riscv-openocd-02bbe4147d5fd460d6134d9d1d7b0cc279d68625.tar.gz riscv-openocd-02bbe4147d5fd460d6134d9d1d7b0cc279d68625.tar.bz2 |
- added str912 test example, and test result
git-svn-id: svn://svn.berlios.de/openocd/trunk@410 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/index.html')
-rw-r--r-- | testing/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/index.html b/testing/index.html index 066a0c7..dc02bb6 100644 --- a/testing/index.html +++ b/testing/index.html @@ -84,6 +84,18 @@ <td align="center" width="110">320</td> <td align="center" width="110"><b>406</b></td> </tr> + <tr> + <td width="65"><a href="#bdte-ram">bdte-ram</a></td> + <td width="150">str912 ram debugging</td> + <td align="center" width="110">320</td> + <td align="center" width="110">n/a</td> + </tr> + <tr> + <td width="65"><a href="#bdte-rom">bdte-rom</a></td> + <td width="150">str912 rom debugging</td> + <td align="center" width="110">320</td> + <td align="center" width="110">n/a</td> + </tr> </table> <p></p> <hr> |