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

55 Commits

Author SHA1 Message Date
Roy Eltham
cd9b88dea6 Added PD-LED board functions. 2013-02-28 21:20:29 -08:00
Roy Eltham
c871ddfeb3 Revert "Added functions for PD-LED boards."
This reverts commit dec4955b15.
2013-02-28 20:36:01 -08:00
Roy Eltham
dec4955b15 Added functions for PD-LED boards. 2013-02-28 19:16:18 -08:00
Gerry Stellenberg
26670142b3 Added 'now' param to patter functions. 2012-02-03 16:38:33 -06:00
Gerry Stellenberg
27bfbbf342 Added future pulse support. 2011-12-16 19:13:36 -06:00
Gerry Stellenberg
c53227c90e Added progress status to pinprocfw. Also added the drive_outputs_now parameter to PRSwitchUpdateRule() and associated methods. When true and FPGA version is 1.17 (non-debug) or higher), the P-ROC will check the switch state to see if the drivers should be processed immediately. 2011-02-17 21:40:06 -06:00
Gerry Stellenberg
a7130131f3 More tweaks for MSVC support, and eliminated deprecated conversion warnings from pinprocfw.cpp. 2011-01-16 18:06:29 -06:00
Gerry Stellenberg
9af691d70a Continued improvements for MSVC builds. Reworked CmakeLists.txt and simplified ifdefs in PRHardware.cpp 2011-01-10 17:01:51 -06:00
Gerry Stellenberg
a07206ff39 More small tweaks for MSVC. 2011-01-02 18:02:07 -06:00
Gerry Stellenberg
e08e4cde52 Minor changes to avoid compilation errors in MSVC 2010-12-29 17:21:34 -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
3ffb3b6f53 Added delay param to aux_output commands 2010-12-04 22:28:16 -06:00
Gerry Stellenberg
06e651026a Fixed a number decoding mistake for wpc95 games 2010-11-21 15:06:53 -06:00
Gerry Stellenberg
4314b48548 Added driver group disable helper functions. 2010-11-17 17:49:10 -06:00
Gerry Stellenberg
c29a6daa48 Added additional includes for better cross-platform compilation support. 2010-05-12 18:10:00 -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
gstellenberg
00724e58e3 Merge branch 'master' of git@github.com:preble/P-ROC 2009-10-25 13:13:03 -05:00
gstellenberg
f1b5c49295 adjusted WPC mappings for 8-driver board coils. 2009-10-25 13:12:58 -05:00
preble
b81b80c311 Fixed compiler warnings. 2009-10-25 10:43:06 -04:00
gstellenberg
672c48c61d Added code to parse Fxxx notation for WPC flipper coils, distinguish between WPC and WPC95 in coil numbering, and remap WPC coils between 37 and 44 to x + 101 to use P-ROC's enable[8] which goes to the 8-driver board 2009-10-10 23:02:03 -05:00
Gerry Stellenberg
12e81a4510 Separated kPRMachineStern into ...SternSAM and ...SternWhitestar and added SternWhitestar decodes. 2009-09-28 23:35:42 -05:00
gstellenberg
d767e74258 Fix error in Stern switch mappings. 2009-09-27 01:05:57 -05:00
gstellenberg
08d7655d27 Added Stern code to PRDecode 2009-09-27 00:25:13 -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
a2cf25620b Resolved a number of build issues with WIN32 builds 2009-06-12 10:00:20 -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
cd1d74db81 Added missing switch matrix formula for PRDecode(). 2009-05-31 17:29:03 -04: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
269ad3df71 Added PRLogSetLevel() implementation. 2009-05-30 14:57:42 -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
183046ce8c Added PRFlushWriteData 2009-05-29 12:13:53 -05: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
a609cfdb42 Fixed switch rule linking and completed DMD configuration 2009-05-22 21:46:35 -05: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