openocd/src/helper
Spencer Oliver bf3f35092e helper: hexify correctly handle signed chars
The current implementation of hexify was not correctly handling signed chars.

This function is currently used by the ti-icdi driver and as such was causing
random write issues.

As a note perhaps a better long term fix would be to change to using uint8_t
buffers rather than char. This will require changes to the ti-icdi driver
aswell.

Change-Id: I572e69ff2b99227a7d412de056458c0393794b03
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1124
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
2013-01-31 14:50:24 +00:00
..
bin2char.c warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
binarybuffer.c helper: hexify correctly handle signed chars 2013-01-31 14:50:24 +00:00
binarybuffer.h icdi: add TI icdi interface 2012-12-23 21:46:20 +00:00
command.c Make NetBSD a recognized system 2012-11-30 17:16:45 +00:00
command.h build: remove unnecessary jim.h include 2012-10-02 11:36:39 +00:00
configuration.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
configuration.h build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
fileio.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
fileio.h build: add helper/types.h to config.h 2012-05-21 16:15:26 +00:00
ioutil_stubs.c stubs: buildfix 2009-12-02 15:24:14 -08:00
ioutil.c ioutil: make the file compile on MacOS 2012-10-28 01:38:58 +00:00
ioutil.h build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
jim-nvp.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
jim-nvp.h build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
list.h Add a bit-level transfer queue 2012-07-06 14:58:25 +00:00
log.c Test the incoming debug_level, rather than the current. 2012-07-27 09:50:34 +00:00
log.h Revert "When calling openocd from a shell like this:" 2012-07-22 19:18:22 +00:00
Makefile.am Add a bit-level transfer queue 2012-07-06 14:58:25 +00:00
options.c Add another scripts search path for Windows builds 2012-08-29 06:26:21 +00:00
replacements.c helper: improve windows gdb pipe performance 2012-12-24 11:01:03 +00:00
replacements.h build: add helper/types.h to config.h 2012-05-21 16:15:26 +00:00
startup.tcl Fix "Evaluate 'script' in the global scope" 2011-10-24 17:40:52 +00:00
system.h ecosboard: delete bit-rotted eCos code 2012-03-13 19:11:11 +00:00
time_support_common.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
time_support.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
time_support.h doxygen: use correct comment syntax 2012-02-06 12:55:03 +00:00
types.h build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
util.c build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00
util.h build: cleanup src/helper directory 2012-02-06 10:49:52 +00:00