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

119 Commits

Author SHA1 Message Date
gstellenberg
a26a9f5ce8 Merge branch 'master' of git@github.com:preble/P-ROC 2009-05-26 23:09:45 -05: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
gstellenberg
8fd8939ee8 Added private Shutdown() method to PRDevice to disable all drivers and switch rules before Close(). 2009-05-26 21:05:55 -05:00
Adam Preble
c5ca833732 Merge branch 'dev' 2009-05-26 20:23:39 -04:00
Adam Preble
511d5d49c4 Moved libftdi-specific code to PRHardware.cpp and added abstract PRHardware*() functions.
Added PRCommon.h.
2009-05-26 20:18:36 -04:00
gstellenberg
0f4976c5e5 Implemented PRSwitchUpdateConfig 2009-05-25 22:27:50 -05: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
gstellenberg
f1f31b846b resolved merge conflicts 2009-05-22 22:36:20 -05:00
gstellenberg
1d96d85b4a Fixed switch rule linking and completed DMD configuration 2009-05-22 21:46:43 -05:00
gstellenberg
a609cfdb42 Fixed switch rule linking and completed DMD configuration 2009-05-22 21:46:35 -05:00
Adam Preble
5f934a58f7 Changed PRLoadConfigFromYAML() to use much clearer style. 2009-05-22 12:41:10 -04:00
Adam Preble
8b0eeecee3 Moved YAML code to new PRConfig.cpp. 2009-05-22 11:35:31 -04:00
Adam Preble
cd1b0462c5 Added excruciatingly rough implementation of PRLoadDefaultsFromYAML() and related items. 2009-05-22 01:51:52 -04:00
Adam Preble
77fe39aec5 Resolved watchdog change conflicts. 2009-05-20 23:20:25 -04:00
Adam Preble
9716e222a7 Reworked eventType out of PRSwitchRule and into the PRSwitchesUpdateRule() param list.
Added PRDriverState* functions for manipulating PRDriverState, removed helper functions for same from PRDevice.
2009-05-20 23:11:48 -04:00
gstellenberg
ec47b8fac1 Added support for configuring and tickling the watchdog timer. 2009-05-20 21:01:20 -05:00
Adam Preble
c46d928ee3 Added new PRSwitchesUpdateSwitch() call, removed old PRSwitchesUpdateSwitches(). Added maintaining switch rules in memory. Fixed license formatting in README.markdown. 2009-05-20 20:17:00 -04:00
Adam Preble
62d3176463 Tabs to spaces. 2009-05-19 21:21:20 -04:00
Adam Preble
0a0756c2b5 Initial commit. 2009-05-19 21:08:38 -04:00