1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Gerry Stellenberg
bd90c25148 'sudo make install' now puts pinproc.h in a p-roc/ subdirectory in the include folder. 2010-12-29 15:12:33 -06:00
Gerry Stellenberg
b0ce54293f Adjusted version to 0.9, and fixed use of LIB_TYPE so people can optionally do a shared library build with -DLIBI_TYPE=SHARED. 2010-12-28 09:47:01 -06:00
Gerry Stellenberg
f3ad533059 Adjusted CMakeLists.txt to allow #include <pinproc.h> to work. 2010-12-27 12:05:34 -06:00
Gerry Stellenberg
cc1ba5295d Added install targets and version info. 2010-12-27 12:02:12 -06:00
Gerry Stellenberg
41fa8ce002 Added alphanumeric display test code. 2010-11-19 16:26:07 -06:00
preble
4375cf0fd1 Very minor libpinproc build instruction update. 2009-11-15 11:53:18 -05:00
gstellenberg
334a10f9cf Added if(WIN32) to set up windows builds to use ftd2xx and others to use usb and ftdi 2009-10-30 22:12:50 -05:00
gstellenberg
6b810edd78 Added pinprocfw, a utility to verify/update the P-ROC's firmware (FPGA image). 2009-06-28 22:33:02 -05:00
Adam Preble
301f3aa26b Split out pinproctest into module-related files. 2009-05-30 16:43:15 -04:00
Adam Preble
059c096531 Updated pinproctest to load switches and coils from command-line specified YAML file.
Removed Makefiles.  Added instructions to install yaml-cpp in /usr/local so CMake can find it (relative paths == bad).
2009-05-26 23:36:09 -04:00
Adam Preble
dcd9c560d3 Added CMake building and instructions to README.markdown.
Removed YAML loading code from libpinproc.
2009-05-25 01:40:08 -04:00