openocd/src
Alexandre Pereira da Silva 7151398cff stlink: fix alignment build warning
The {read,write}_mem32 interface functions was asking a 32 bits buffer
but they don't need 32 bits alignment.
This will change the interface to a 8 bits buffer to remove the
alignment mismatch warning. This was causing build errors on platforms
with strict aliasing rules.

Change-Id: I338be8df5686f07a64ddb4f17c1bb494af583999
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Reviewed-on: http://openocd.zylin.com/483
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2012-03-14 22:23:43 +00:00
..
flash flash: Fix flash write algorithm on pflash only devices. 2012-03-14 20:33:23 +00:00
helper ecosboard: delete bit-rotted eCos code 2012-03-13 19:11:11 +00:00
jtag stlink: fix alignment build warning 2012-03-14 22:23:43 +00:00
pld build: cleanup src/pld directory 2012-02-06 10:42:40 +00:00
rtos build: cleanup src/rtos directory 2012-02-06 10:50:26 +00:00
server gdb_server: sanity check the gdb register size 2012-03-14 20:57:21 +00:00
svf build: cleanup src/svf directory 2012-02-06 10:43:34 +00:00
target stlink: fix alignment build warning 2012-03-14 22:23:43 +00:00
transport build: cleanup src/transport directory 2012-02-06 10:46:16 +00:00
xsvf build: cleanup src/xsvf directory 2012-02-06 10:45:43 +00:00
hello.c build: cleanup src/ directory 2012-02-06 10:41:23 +00:00
hello.h build: cleanup src/ directory 2012-02-06 10:41:23 +00:00
main.c build: cleanup src/ directory 2012-02-06 10:41:23 +00:00
Makefile.am ecosboard: delete bit-rotted eCos code 2012-03-13 19:11:11 +00:00
openocd.c build: cleanup src/ directory 2012-02-06 10:41:23 +00:00
openocd.h build: cleanup src/ directory 2012-02-06 10:41:23 +00:00