openocd/src
David Brownell 0529c14bfe ARM: rename some generic routines
Rename some (mostly) generic ARM functions:

    armv4_5_arch_state()       --> arm_arch_state()
    armv4_5_get_gdb_reg_list() --> arm_get_gdb_reg_list()
    armv4_5_init_arch_info()   --> arm_init_arch_info()

Cores using the microcontroller profile may want a different
arch_state() routine though.

(Also fix strange indentation in arm_arch_state: use tabs only!
And update a call to it, removing assignment-in-conditional.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-07 14:57:44 -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: rename some generic routines 2009-12-07 14:57:44 -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