diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 15:07:33 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 15:07:33 +0000 |
commit | 44ab4ec6cebcfb6a552c752a08123f8379d0cc05 (patch) | |
tree | a3ecbde2f0a21ad3bc74788c2f2108da83cbd67a /testing/index.html | |
parent | 82eda37fe39e6c101212a0918efb0d209b6000af (diff) | |
download | riscv-openocd-44ab4ec6cebcfb6a552c752a08123f8379d0cc05.zip riscv-openocd-44ab4ec6cebcfb6a552c752a08123f8379d0cc05.tar.gz riscv-openocd-44ab4ec6cebcfb6a552c752a08123f8379d0cc05.tar.bz2 |
- added lpc2294 test example, and test result
git-svn-id: svn://svn.berlios.de/openocd/trunk@413 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 8e46041..716eb80 100644 --- a/testing/index.html +++ b/testing/index.html @@ -108,6 +108,18 @@ <td align="center" width="110">320</td> <td align="center" width="110">n/a</td> </tr> + <tr> + <td width="65"><a href="#bdte-ram">bdte-ram</a></td> + <td width="150">lpc2294 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">lpc2294 rom debugging</td> + <td align="center" width="110">320</td> + <td align="center" width="110">n/a</td> + </tr> </table> <p></p> <hr> |