openocd/src
Zachary T Welch f52a596860 change #include "armv7m.h" to <target/armv7m.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "armv7m.h"

the following form should be used.

	#include <target/armv7m.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:41 -08:00
..
flash change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
helper change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
jtag change #include "minidriver.h" to <jtag/minidriver.h> 2009-12-03 04:24:40 -08:00
pld change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
server change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
svf change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
target change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
xsvf change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
ecosboard.c change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08: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 adding files required for distribution 2009-12-02 18:29:05 -08:00
openocd.c change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00