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

296 Commits

Author SHA1 Message Date
Gerry Stellenberg
235a5d9f50 Added AccelerometerIRQ support. 2013-07-02 23:13:58 -05:00
Gerry Stellenberg
a9f35706da Changes for p3-roc 2013-06-25 18:54:54 -05:00
Adam Preble
6f6341c6a7 Merge pull request #6 from reltham/dev
Minor change to make project name compatible with VS 2010, plus PDB LED functions added to libpinproc.
2013-03-01 10:28:35 -08:00
Roy Eltham
0c975d372b Hardcoded number cleanup and more.
Made the hard coded number cleanup changes Gerry requested.
Also changed FillLEDWriteCommand to FillPDBCommand, now it can be used
filling out any PDB command (extra constants in PRHardware.h).
2013-03-01 09:59:37 -08:00
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
Roy Eltham
9715bdfd44 Minor change to make project name compatible with VS 2010
Visual Studio 2010 doesn't like the '/' character in the project names.
2013-02-27 10:01:04 -08:00
Adam Preble
5d9dc10dc9 Merge pull request #5 from reltham/dev
Fix memory stomp due to incorrect malloc size.
2013-02-25 05:59:16 -08:00
Roy Eltham
c7daca92d6 Fix memory stomp due to incorrect malloc size. 2013-02-24 23:02:20 -08:00
Gerry Stellenberg
063d19250b Merge pull request #4 from Compy/master
Updated installer to include 64 bit support
2012-11-08 10:28:49 -08:00
Gerry Stellenberg
98d6e84d65 Merge branch 'dev' of github.com:preble/libpinproc into dev 2012-11-08 12:17:45 -06:00
Jimmy Lipham
f2b48abc73 Merge branch 'dev' 2012-11-08 13:13:36 -05:00
Jimmy Lipham
043894e739 Added 32 bit and 64 bit driver install packages for Windows. 2012-11-08 13:09:15 -05:00
Jimmy Lipham
87972c1275 Added 64 bit support to the installer for FTDI drivers 2012-11-08 13:06:41 -05:00
Gerry Stellenberg
c2246c1e4a Updated windows installer NSIS script for 1.2 2012-11-07 20:18:08 -06:00
Gerry Stellenberg
04c84de549 Merge branch 'dev' of https://github.com/Compy/libpinproc into dev 2012-11-07 20:16:23 -06:00
Compy
7cb484c9c0 Updated NSIS installer to version 1.2 2012-11-07 21:23:32 -05:00
Gerry Stellenberg
bf3b5250ee merge fixes 2012-11-06 15:22:09 -06:00
Gerry Stellenberg
af1c5b3c42 ver 1.2 for release to master. 2012-11-06 15:13:45 -06:00
Gerry Stellenberg
78ed8bbe67 Added accelerometer events 2012-07-30 19:22:19 -05:00
Adam Preble
ecbd77485a Merge pull request #1 from Compy/dev
Updated NSIS installer to match new version numbers
2012-07-10 08:49:53 -07:00
Jimmy Lipham
699a503ab9 Updated NSIS installer to match new version numbers 2012-07-06 09:59:10 -04:00
Gerry Stellenberg
72301ec1dd Separated switch event parsing for V1 vs V2. 2012-05-12 15:06:23 -05:00
Gerry Stellenberg
2ca0786752 resolving merge conflicts 2012-02-19 10:23:04 -06:00
Gerry Stellenberg
d47694682a Changed version to 1.1 2012-02-19 10:18:47 -06: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
21c3a45e88 Added support for PDB machine type. 2011-11-04 16:09:23 -05:00
Gerry Stellenberg
b6a40477c0 Provide P-ROC event timestamps with switch events. 2011-09-15 19:04:39 -05:00
Gerry Stellenberg
06b8af5393 Replace concept of virtual switches with switches that don't need to be debounced. This is necessary because all switches 0-255 are used. Defining some as never-debounce makes switch rules available for linked rules. 2011-08-29 16:19:24 -05:00
Gerry Stellenberg
940db3fa3d Resolved merge conflicts. 2011-07-10 19:30:31 -05:00
Gerry Stellenberg
72ae845727 Updated installers files for ver 1.00 2011-07-08 23:59:34 +01:00
Gerry Stellenberg
7a77f9c03b Changed pinprocfw's version to 1.0 2011-07-08 16:40:38 -05:00
Gerry Stellenberg
5fb16ba80a Moved display of updating/erasing messages to after the XSVF data starts being processed. These messages will no longer get displayed if the XSVF data is corrupt. 2011-06-29 12:40:29 -05:00
Gerry Stellenberg
95b9cb8193 Changed some error message formatting. 2011-06-29 00:53:50 -05:00
Gerry Stellenberg
23a0d02803 Added .p-roc file format version check so that p.roc file format changes won't be misinterpreted. 2011-06-28 11:24:07 -05:00
Gerry Stellenberg
5c61bd2bf0 Added support for the .p-roc file format. 2011-06-28 11:02:12 -05:00
Gerry Stellenberg
3addfd2fa5 Change comments around polarity being true. PDBs are now active high only. 2011-06-27 20:17:18 -05:00
Gerry Stellenberg
3182b49d8d Separated custom driver configuration functionality into functions for each type of configuration (drivers, groups, globals). 2011-06-12 08:39:58 -05:00
Gerry Stellenberg
a488ad7ae7 Added example code to configure custom Driver Boards if the YAML's machineType field is 'custom'. 2011-06-11 20:48:49 -05:00
Gerry Stellenberg
ed8f768ae2 Adjusted addresses used in PRSwitchGetStates to reflect FPGA change. Use the combined version/revision to choose between the old address and the new one so that old FPGAs will still work fine. 2011-06-07 09:00:18 -05:00
Gerry Stellenberg
0ce137fbc0 Added a couple of dlls to the Windows installer script. 2011-03-07 17:30:05 +00:00
Gerry Stellenberg
ec271fb88a Added a couple of dlls to the Windows installer. 2011-03-07 17:28:21 +00:00
Gerry Stellenberg
c41110e834 Updated for 0.91 2011-03-06 20:21:24 +00:00
Gerry Stellenberg
afb9640124 Updated for 0.91 2011-03-06 20:14:14 +00:00
preble
13ddc3324a Merge branch 'master' of github.com:preble/libpinproc 2011-03-06 00:11:05 -05:00
Gerry Stellenberg
3f41e9b4b9 Fixed bug where a switch rule driver wasn't getting programmed properly if there was only one driver. 2011-02-18 13:52:18 -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
preble
f02e9464ce Merge branch 'dev' of github.com:preble/libpinproc into dev
Conflicts:
	utils/pinprocfw/pinprocfw.cpp
2011-02-02 21:56:42 -05:00