]> git.sur5r.net Git - openocd/commit
util: ms command to calculate length of operations
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 1 Aug 2010 07:35:58 +0000 (09:35 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 1 Aug 2010 07:35:58 +0000 (09:35 +0200)
commit630fc86ee339aa400f58fe80cbc5a1926eb3ef39
tree442a5b264ed4d97659e20603cfb9198c40826a1b
parent8e9b12dc8a5964cfc43996f94488759258c0f1dc
util: ms command to calculate length of operations

This can be used to calculate approximate RTCK frequency
for instance.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/ecosboard.c
src/helper/Makefile.am
src/helper/util.c [new file with mode: 0644]
src/helper/util.h [new file with mode: 0644]
src/openocd.c