aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/bitq.c
AgeCommit message (Collapse)Author
2009-12-08Fix compilation error with gcc 4.4.1Rafael Campos Las Heras
Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch
Changes from the flat namespace to heirarchical one. Instead of writing: #include "interface.h" the following form should be used. #include <jtag/interface.h> The exception is from .c files in the same directory.
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch
Moves JTAG interface drivers to src/jtag/drivers/, Adds src/jtag/drivers/Makefile.am. Builds libocdjtagdrivers.la. Flattens the rlink driver files into the drivers/ directory, adding the 'rlink_' prefix or '.rlink' suffix as appropriate.