tinyriscv-openocd/src
Zachary T Welch afb6d38bd5 change #include "ocl.h" to <flash/nor/ocl.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "ocl.h"

the following form should be used.

	#include <flash/nor/ocl.h>

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