Jim Tcl support added
git-svn-id: svn://svn.berlios.de/openocd/trunk@739 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
4
src/tcl/commands.tcl
Normal file
4
src/tcl/commands.tcl
Normal file
@@ -0,0 +1,4 @@
|
||||
# implements Tcl procedures/functions
|
||||
proc peek {address} {
|
||||
return [openocd mdw $address]
|
||||
}
|
||||
Reference in New Issue
Block a user