httpd wip

git-svn-id: svn://svn.berlios.de/openocd/trunk@1271 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-12-22 15:24:35 +00:00
parent e7485b930a
commit 6e1184dcff
14 changed files with 26 additions and 149 deletions

View File

@@ -106,3 +106,8 @@ proc capture_catch {a} {
} result
return $result
}
proc zy1000_flash {} {
set t [lindex 0 [ocd_flash_banks]]
return $t(base)
}