]> git.sur5r.net Git - openocd/commit
helper: Code cleanup for hexify()
authorMarc Schink <openocd-dev@marcschink.de>
Sun, 22 May 2016 18:35:34 +0000 (20:35 +0200)
committerPaul Fertser <fercerpav@gmail.com>
Thu, 8 Dec 2016 12:34:53 +0000 (12:34 +0000)
commit69ff7354d9c9accf09374772310098f1f00e8ccb
tree94a7803244c884ec26965101d45e10f6c53d8477
parent1461237073e377d315799999b8e29f1605084449
helper: Code cleanup for hexify()

Simplify hexify() and do not longer use 0 as special case for the
parameter 'count' to determine the string length of the binary input.
Instead, use strlen() outside of the function if needed.
Additionally, fix the return value and return the length of the
converted string. The old function always returned 2 * count.

Also, use more appropriate data types for the function parameters and
add a small documentation.

Change-Id: I133a8ab786b8f7c1296afcaf9c0a0b43881e5112
Signed-off-by: Marc Schink <openocd-dev@marcschink.de>
Reviewed-on: http://openocd.zylin.com/3793
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/helper/binarybuffer.c
src/helper/binarybuffer.h
src/jtag/drivers/ti_icdi_usb.c
src/rtos/linux.c
src/rtos/rtos.c
src/server/gdb_server.c
src/server/tcl_server.c
src/target/smp.c