1.0.3 • Published 11 months ago

@mchp-mcc/crc-16bit-driver v1.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
11 months ago

MCC Melody CRC Driver

Overview

The 16-bit programmable Cyclic Redundancy Check (CRC) generator provides a hardware implemented method of quickly generating checksums for various networking and security applications.

Features

  • User-Programmable CRC Polynomial Equation, up to 16 Bits.
  • Programmable Shift Direction (little or big-endian).
  • Supports seeding with Direct and Indirect methods.
  • Supports CRC Simulator in UI.

Changelog

All notable changes to this project will be documented in this file.

1.0.3 - 2023-06-28

New Features

  • CC16SCRIP-6630 :- Support added for CRC-32 bit polynomial

Bug Fixes

  • CC16SCRIP-6633 :- Added validator to check whether Initial seed and Final XOR value are in accordance with the selected polynomial width

1.0.2 - 2022-10-06

Bug Fixes

  • CC16SCRIP-4323 :- Added a notification as CRC simulator does not support polynomial greater than 16bit

1.0.1 - 2022-06-01

New Features

  • CC16SCRIP-2045 :- Dependency module names updated in builder view