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

42 Commits

Author SHA1 Message Date
Gerry Stellenberg
3ffb3b6f53 Added delay param to aux_output commands 2010-12-04 22:28:16 -06:00
Gerry Stellenberg
4314b48548 Added driver group disable helper functions. 2010-11-17 17:49:10 -06:00
gstellenberg
8bda51f70e Added reloadActive bit to PRSwitchRule 2010-04-30 20:37:12 -05:00
gstellenberg
e90731e7b9 Added PRDriverPulsedPatter for patter bursts. 2010-04-11 19:30:08 -05:00
gstellenberg
25c4fe2d0b Added kPRMachineTypeWPCAlphanumeric to differentiate between WPC machines needing an Aux port for alphanumeric control versus those using a DMD. Also added default driver code to configure the FPGA's Manager Config register. 2010-04-10 23:17:55 -05:00
Gerry Stellenberg
2be7223089 Removed enableExtraData from Aux commits. That bit is now a global bit in the FPGA's Manager logic. 2010-04-10 20:33:11 -05:00
gstellenberg
f5754d961b Added support for Aux Port and Pulsed Patter 2010-04-04 14:19:43 -05:00
preble
ed7f0153f0 Improved error reporting. PRGetEvents() now returns -1 if an error occurred. 2010-03-28 14:23:07 -04:00
gstellenberg
520a8a5b17 Added support for WPC switch matrix columns 8 and 9. 2009-10-21 21:03:16 -05:00
gstellenberg
55f70dfcfb Split kPRMachineWPC into WPC and WPC95 2009-10-10 22:58:10 -05:00
Gerry Stellenberg
5471a0f48c Separated kPRMachineStern into ...SternSAM and ...SternWhitestar 2009-09-28 23:34:52 -05:00
gstellenberg
0a4aefdd6c Added support for DMD frame events and new switch event enable. 2009-07-12 16:11:19 -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
gstellenberg
789ac049db Resolved a number of build issues with WIN32 builds 2009-06-12 09:47:43 -05:00
gstellenberg
f1e47d6a75 Merge branch 'master' of git@github.com:preble/P-ROC 2009-05-31 17:32:40 -05:00
gstellenberg
7543c30881 Added public PRWriteData and PRReadData for low level debug 2009-05-31 17:32:29 -05:00
Adam Preble
c91d32dc3f Added PRDecode(), updated TZ.yaml to reflect it. 2009-05-31 17:23:09 -04:00
Adam Preble
084c9160a5 Resolved conflict in PRDevice.cpp. Also bringing in Ruby and Python ext progress. 2009-05-31 13:12:21 -04:00
Adam Preble
33351abf41 Added & integrated PRDriverLoadMachineTypeDefaults(). 2009-05-31 13:05:32 -04:00
gstellenberg
1045923258 Merge branch 'switch_dev' 2009-05-31 11:26:01 -05:00
gstellenberg
2fc0732908 Implemented PRSwitchGetStates to retrieve the current state of each switch 2009-05-31 11:25:09 -05:00
Adam Preble
71fc6c9b52 Added PRGetLastErrorText(). 2009-05-31 10:47:51 -04:00
Adam Preble
87d5b17c74 Added kPRLogVerbose. 2009-05-30 15:08:14 -04:00
Adam Preble
87c73a1f06 Added log levels. Fixed bug in PRDevice::Open() if VerifyChipID() worked the first time. 2009-05-30 14:43:48 -04:00
Adam Preble
495d688106 Changed outputDriverTime to 8 bits. Also changed Pulse function param. 2009-05-30 14:07:24 -04:00
gstellenberg
c080334515 Added PRFlushWriteData 2009-05-29 12:13:58 -05:00
Adam Preble
9b1765e94c Reworked PRReset() logic with respect to switch rules. 2009-05-28 23:43:23 -04:00
Adam Preble
b3b1298d23 Reworked PRReset() and added kPRResetFlag* #defs. 2009-05-27 21:29:18 -04:00
gstellenberg
06442264a1 Made PRDevice::Reset public for use in pinproctest and added a parameter to allow the disabled driver and switch rule structures to be written to the P-ROC. 2009-05-27 19:10:44 -05: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
3ec9462b99 Fixed switch rule linking and completed DMD configuration 2009-05-22 22:21:55 -05:00
Adam Preble
cd1b0462c5 Added excruciatingly rough implementation of PRLoadDefaultsFromYAML() and related items. 2009-05-22 01:51:52 -04:00
Adam Preble
b96905f5ca Reverted minor doc wording change. 2009-05-21 20:13:29 -04:00
Adam Preble
cd725fd338 Documentation enhancements. 2009-05-21 10:04:35 -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