]> git.sur5r.net Git - openocd/commit
add 'testee' target type
authorZachary T Welch <zw@superlucidity.net>
Sun, 22 Nov 2009 06:09:53 +0000 (22:09 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 25 Nov 2009 18:29:06 +0000 (10:29 -0800)
commit9d4c89f37f814df05837cec280b362ad2962c667
tree176e0b8f44d97b28f0c2fda65532224964794131
parenta93b404161dc42f8dee805c8f95bc4974aded9cb
add 'testee' target type

Alliteration aside, this should provide the final piece of the puzzle
for developers that want to get started writing a new target type.
In this way, it also seeks to complement the 'dummy' interface driver
and 'faux' NOR flash driver.
src/target/Makefile.am
src/target/target.c
src/target/testee.c [new file with mode: 0644]