Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ add CRC unit #632

Merged
merged 11 commits into from
Jun 20, 2023
Merged

✨ add CRC unit #632

merged 11 commits into from
Jun 20, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jun 17, 2023

This PR adds a new peripheral module to the processor: the Cyclic Redundancy Check Unit (CRC)

Features

  • CRC8, CRC16 or CRC32 mode
  • programmable polynomial
  • programmable initial value
  • CPU-independant operation via the DMA

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Jun 17, 2023
@stnolting stnolting self-assigned this Jun 17, 2023
@stnolting stnolting marked this pull request as ready for review June 19, 2023 19:26
@stnolting stnolting merged commit 871d791 into main Jun 20, 2023
8 checks passed
@stnolting stnolting deleted the crc_module branch June 20, 2023 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant