Skip to content

Commit

Permalink
initial commit tst214
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaSeitz authored and ClaudiaSeitz committed May 12, 2014
0 parents commit 5ff9302
Show file tree
Hide file tree
Showing 139 changed files with 115,003 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
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
24 changes: 24 additions & 0 deletions Changelog.txt
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.


Loading

0 comments on commit 5ff9302

Please sign in to comment.