diff options
author | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 16:15:35 +0000 |
---|---|---|
committer | mifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 16:15:35 +0000 |
commit | 5a0910206cc96f7f48a48bfee2cc2720711f5b12 (patch) | |
tree | db8c7bdeda8dbc43e016962930492e62fd9d3208 /testing/index.html | |
parent | 6cf398f3ce76652156d65f552ca8c1804e21a0ff (diff) |
- added sam7x256 test example, and test result
git-svn-id: svn://svn.berlios.de/openocd/trunk@417 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 6be68893..237f9e34 100644 --- a/testing/index.html +++ b/testing/index.html @@ -132,6 +132,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="165">sam7x256 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="165">sam7x256 rom debugging</td> + <td align="center" width="110">320</td> + <td align="center" width="110">n/a</td> + </tr> </table> <p></p> <hr> |