summaryrefslogtreecommitdiff
path: root/src/jtag/minidriver
Commit message (Collapse)AuthorAgeFilesLines
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-1/+18
| | | | | | | | | | | Low latency low CPU processing power systems(embedded) will benefit greatly from being able to inline certain jtag_add_xxx() fn's. The trick is that this has to be done in such a way as to allow implementing an OpenOCD API with a shared library(eventually) on a PC hosted OpenOCD. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* remove #if HAVE_JTAG_INTERFACE_H from minidriver.hZachary T Welch2009-12-021-0/+44
Adds two "minidriver_imp.h" files, so the right one is allowed to be "#included" by the Makefile logic.