From: Thomas P. <te...@gm...> - 2013-01-04 18:02:17
|
Version 0.8 is a feature release. - Added the experimental bitwise-expression generator target. - Allow to specify the --include option multiple times. - Completely revisited and reworked the documentation. - Allow to abbreviate the names of the algorithms. - Minor documentation changes. The bitwise-expression generator is an experimental feature, which might one day be almost as fast as the table-driven code but much smaller. At the moment the generated code is bigger and slower than any other algorithm, so use at your own risk. About pycrc: =========== pycrc is an easy to use CRC calculator and source code generator. The generated C source code can be optimized for simplicity, speed or tight memory constraints for embedded platforms. pycrc contains a long list of the parameters of common CRC models. License: MIT Homepage: http://www.tty1.net/pycrc/ http://sourceforge.net/projects/pycrc/ Download: http://sourceforge.net/projects/pycrc/files/ Git source: http://github.com/tpircher/pycrc/ Mailing list: https://lists.sourceforge.net/lists/listinfo/pycrc-users |