2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-20 01:36:35 +10:00
openocd/src
Øyvind Harboe 83104648e6 zy1000: fix bug when running on non-arm CPU
Shifting by more than 32 is undefined for 32 bit integers according
to the C standard. Robust solution is conditional code.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2009-11-17 15:04:17 +01:00
..
flash fileio: improve API types 2009-11-16 15:47:09 -08:00
helper ARM: "armv4_5" command prefix becomes "arm" 2009-11-16 16:36:09 -08:00
jtag zy1000: fix bug when running on non-arm CPU 2009-11-17 15:04:17 +01:00
pld rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
server rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
svf move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
target ARM9TDMI: remove now-needless "struct arm9tdmi" 2009-11-17 01:09:50 -08:00
xsvf move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
ecosboard.c #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
hello.c command_t -> struct command 2009-11-13 13:30:50 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
openocd.h add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00