Initial commit.
commit4374e97a5c79454acd72814151c17d4e4c617126
authorMarc Schink <jaylink-dev@marcschink.de>
Sat, 28 Jun 2014 18:14:30 +0000 (28 14:14 -0400)
committerMarc Schink <jaylink-dev@marcschink.de>
Mon, 2 Mar 2015 08:20:26 +0000 (2 03:20 -0500)
treeef6caaf1f1fadf67482dc98355fa55fc08515672
Initial commit.

Basic structure of the library which supports enumeration of J-Link
USB devices.
12 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
libjaylink/Makefile.am [new file with mode: 0644]
libjaylink/core.c [new file with mode: 0644]
libjaylink/device.c [new file with mode: 0644]
libjaylink/discovery.c [new file with mode: 0644]
libjaylink/libjaylink-internal.h [new file with mode: 0644]
libjaylink/libjaylink.h [new file with mode: 0644]
libjaylink/list.c [new file with mode: 0644]