Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-05 07:07
0.8

Adds the experimental bitwise-expression generator target. Allows you to specify the --include option multiple times. Completely revisited and reworked documentation. Allows you to abbreviate the names of the algorithms. Minor documentation changes.
Tags: Feature Enhancements

2012-02-14 08:55
0.7.10

This is a minor feature and bugfix release. It adds the CRC models crc-12-3gpp, crc-16-genibus, crc-32-bzip2, and crc-64-xz. It fixes some bad-looking generated C code, and cleans up some mistakes in the man page and some inefficient code in the CRC code generator.
Tags: Minor feature enhancements

2011-12-09 08:15
0.7.9

This version fixes a few smaller issues in the code generator. It no longer includes stdint.h for C89/ANSI code, removes an unused variable missed in the last version, and fixes a bug with C89 code for 64-bit CRCs.
Tags: Minor bugfixes

2011-07-11 11:51
0.7.8

This version fixes a few smaller issues in the code generator. It no longer includes stdint.h for C89/ANSI code and deletes an unused variable.
Tags: Minor bugfixes

2011-02-12 09:19
0.7.7

This release substitutes the deprecated function atoi() with int(), which closes issue 3136566. The documentation has been updated with a Windows-style call of the Python interpreter. A few coding style issues found by pylint and pychecker have been fixed.
Tags: Minor bugfixes

Project Resources