openocd/src
David Brownell a4a2808c2a ARM: move opcode macros to <target/arm_opcodes.h>
Move the ARM opcode macros from <target/armv4_5.h>, and a few
Thumb2 ones from <target/armv7m.h>, to more appropriate homes
in a new <target/arm_opcodes.h> file.

Removed duplicate opcodes from that v7m/Thumb2 set.  Protected
a few macro argument references by adding missing parentheses.

Tightening up some of the line lengths turned up a curious artifact:
the macros for the Thumb opcodes are all 32 bits wide, not 16 bits.
There's currently no explanation for why it's done that way...

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-07 14:57:43 -08:00
..
flash ARM: move opcode macros to <target/arm_opcodes.h> 2009-12-07 14:57:43 -08:00
helper misc code review updates 2009-12-05 14:40:06 -08:00
jtag misc code review updates 2009-12-05 14:40:06 -08:00
pld remove tertiary include paths 2009-12-03 04:24:50 -08:00
server remove flash.h from tree 2009-12-04 16:56:24 -08:00
svf misc code review updates 2009-12-05 14:40:06 -08:00
target ARM: move opcode macros to <target/arm_opcodes.h> 2009-12-07 14:57:43 -08:00
xsvf remove tertiary include paths 2009-12-03 04:24:50 -08:00
ecosboard.c zy1000: include files have moved about 2009-12-03 13:47:25 +01:00
hello.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am reorder build order of src directory 2009-12-04 16:56:24 -08:00
openocd.c rename nand.h to flash//nand/core.h 2009-12-04 22:26:25 -08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00