-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ClaudiaSeitz
authored and
ClaudiaSeitz
committed
May 12, 2014
0 parents
commit 5ff9302
Showing
139 changed files
with
115,003 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
*.suo | ||
*.vcxproj.user | ||
*.dep | ||
*.ncb | ||
*.opt | ||
*.plg | ||
*.inc | ||
*.exe | ||
.svn | ||
*.so* | ||
dlltest | ||
psi46test_dll/ | ||
*.tar.bz2 | ||
*~ | ||
*.o | ||
bin | ||
*.log | ||
*.bak | ||
psi46test | ||
*.d | ||
rpcgen/rpcgen | ||
*.swp | ||
rpc_calls.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
This is a brief log of the changes applied to the master branch | ||
|
||
Version 1.7.1 - Sep 19, 2013 | ||
============================ | ||
|
||
This is a minor release with small bugfixes and some feature enhancements: | ||
|
||
- The README.txt file received some updates | ||
- Fixed typos in some commands given there | ||
- Added some observations gathered to help people to get it compiled | ||
- Make clear that Max OS 10.6 and lower might not work | ||
(if you manage to do this, let us know) | ||
|
||
- Result of I2C test was printed in case of failure only. Now printout with any outcome and in the shape of an easy to understand 16x16 matrix. | ||
|
||
- 'make clean' cleans the rpcgen directory as well | ||
|
||
- protocol.h now supports std::string | ||
|
||
- Command deser160 received an *experimental* feature to adjust for proper daleys when using a longer SCSI cable. | ||
Invoke deser160 will try to determine the correct delay values and sets them anew. | ||
Limitations: The function is reported to not always work. This is under investigation. | ||
|
||
|
Oops, something went wrong.