riscv-openocd/src/jtag
Zachary T Welch 1650ab3a22 change #include "embeddedice.h" to <target/embeddedice.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "embeddedice.h"

the following form should be used.

	#include <target/embeddedice.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:41 -08:00
..
drivers change #include "minidriver.h" to <jtag/minidriver.h> 2009-12-03 04:24:40 -08:00
minidriver remove #if HAVE_JTAG_INTERFACE_H from minidriver.h 2009-12-02 23:27:09 -08:00
minidummy change #include "embeddedice.h" to <target/embeddedice.h> 2009-12-03 04:24:41 -08:00
zy1000 change #include "embeddedice.h" to <target/embeddedice.h> 2009-12-03 04:24:41 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
commands.c rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
commands.h change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
core.c do not extern 'interp' from command.c 2009-11-30 16:29:34 -08:00
interface.c move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
interface.h change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
interfaces.c jtag_interface_t -> struct jtag_interface 2009-11-13 11:58:04 -08:00
interfaces.h change #include "interface.h" to <jtag/interface.h> 2009-12-03 04:22:52 -08:00
jtag.h change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
minidriver.h remove #if HAVE_JTAG_INTERFACE_H from minidriver.h 2009-12-02 23:27:09 -08:00
startup.tcl improve startup tcl scripts 2009-11-24 21:37:29 -08:00
tcl.c jtag: factor init into 'jtag init' 2009-12-02 13:26:22 -08:00