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

223 Commits

Author SHA1 Message Date
Gerry Stellenberg
0b19b61eb7 Updated Windows install files for 0.9 release 2010-11-14 12:02:45 -06:00
Gerry Stellenberg
46039239e4 Updated Windows install files for 0.9 release 2010-11-14 12:01:30 -06:00
preble
67b04b32fd Reworked to make CFLAGS customizable. 2010-10-31 21:42:39 -04:00
preble
23cf3b374b Minor improvements. Fixed PRSleep() on POSIX platforms. 2010-06-14 01:02:49 -04:00
preble
3d265e7bbf First pass at handmade Makefiles. 2010-05-31 00:04:15 -04:00
Gerry Stellenberg
c29a6daa48 Added additional includes for better cross-platform compilation support. 2010-05-12 18:10:00 -05:00
gstellenberg
f6f731cf47 Set reloadActive bit for Bumpers to ensure they don't pop repeatedly due to misadjusted switches. 2010-04-30 20:43:29 -05:00
gstellenberg
be11214834 Removed extra param in call to PRDriverAuxPrepareOutput 2010-04-30 20:42:06 -05:00
gstellenberg
aa7e064d70 Added support for a reload timer for each switch rule. 2010-04-30 20:39:39 -05:00
gstellenberg
e7ffc77566 Set reloadActive bit on switch rule updates. 2010-04-30 20:38:37 -05: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
d140153f97 Version 0.2 2010-02-25 16:43:15 -06:00
gstellenberg
00009be170 Fixed linked rules free list maintenance bug. 2010-02-23 13:20:21 -06:00
gstellenberg
3155dc9a10 Fixed switch event typo. 2010-02-17 10:35:37 -06:00
preble
d4628d6b12 Added pinprocfw to Mac xcodeproj. 2010-02-06 12:25:42 -05:00
preble
02ee8f6cde Merge branch 'master' of git@github.com:preble/P-ROC 2010-02-04 23:04:05 -05:00
gstellenberg
cccb2dd901 Merge branch 'master' of git@github.com:preble/P-ROC 2010-01-11 18:27:50 -06:00
gstellenberg
e392614cb9 Turn on all debounced switch events by default. 2010-01-11 18:27:37 -06:00
Gerry Stellenberg
f55f64676e Adding Windows installation files 2009-12-05 15:57:06 -06:00
preble
4375cf0fd1 Very minor libpinproc build instruction update. 2009-11-15 11:53:18 -05:00
gstellenberg
7a39697f60 Made jd code more modular, added ball tracking logic. 2009-11-05 23:28:02 -06:00
gstellenberg
25471bc59d add ifdef to pinproctest.h for WIN32 to use local yaml.h. Adjust notes in markdown. 2009-10-31 00:28:13 -05:00
gstellenberg
c7367fc5ee Changed VerifyChipID retries to 5 now that it's ignoring unrequested data. Should really only need to be 1. 2009-10-30 23:50:44 -05:00
gstellenberg
8f6357fcb4 Changed VerifyChipID to use SortReturningData instead of just ReadData so it will ignore nonrequested events like DMD events. 2009-10-30 23:30:47 -05:00
gstellenberg
0da5dc1e01 updated markdown with some Windows changes. 2009-10-30 22:36:33 -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
b2e584773e Commented out exception handling code since yaml-cpp.0.2.4 doesn't compile it. 2009-10-29 00:03:06 -05:00
gstellenberg
6a0c819939 When setting up defaults, set up the driver groups before enabling the drivers since the FPGA now uses the groups to set the initial polarity. 2009-10-29 00:02:26 -05:00
gstellenberg
df1bbb084e Added code to set the polarity of driver group 18 and drivers 144-151 for WPC machineTypes to 1 for the 8-driver board. 2009-10-26 12:03:55 -05:00
gstellenberg
a6ac5122e5 Cleanup for VerifyChipID logic. 2009-10-25 15:24:33 -05:00
gstellenberg
9550ba1223 Added debug for startup crashes, and put a while loop of 50 max iterations around VerifyChipID(). 2009-10-25 15:05:58 -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
c51af65a05 Initialize buffer pointers before using. 2009-10-24 23:11:30 -05:00
gstellenberg
96093802a6 Display chip_id and version as Errors so they are always printed. 2009-10-24 11:46:39 -05:00
gstellenberg
dd12016b0f Double flush read buffer on startup. 2009-10-23 22:18:48 -05:00
gstellenberg
ac296aab3e Only use switch columns 8 and 9 with WPC and not WPC95. 2009-10-21 21:12:18 -05:00
gstellenberg
520a8a5b17 Added support for WPC switch matrix columns 8 and 9. 2009-10-21 21:03:16 -05:00
gstellenberg
be27294851 Merge branch 'master' of git@github.com:preble/P-ROC 2009-10-20 23:42:51 -05:00
gstellenberg
cee4aab5a2 Fixed logic comparing the requested machineType against the P-ROC's machine type. 2009-10-20 23:41:21 -05:00
gstellenberg
73bcc3575b Made subdirectories for each game in pyprocgame. Still need to run the scripts from pyprocgame/. (ie. ./pryprocgame> python games/jd/jd.py 2009-10-18 16:49:25 -05:00
Adam Preble
4ac76276d0 Added handling for 'custom' machineType to pypinproc. Set error text on machine type failure in PRCreate. 2009-10-17 18:09:09 -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
gstellenberg
e496c5d35e Split kPRMachineWPC into WPC and WPC95 2009-10-10 22:58:58 -05:00