openocd/src/jtag/minidummy
Øyvind Harboe 97de520bc0 minidriver: fix inline capability of minidriver
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>
2009-12-08 10:29:58 +01:00
..
jtag_minidriver.h minidummy: fix compilation error 2009-11-27 09:10:37 +01:00
minidummy.c minidriver: fix inline capability of minidriver 2009-12-08 10:29:58 +01:00