sipeed / bl602-hal

Hardware Abstract Layer for BL602 RISC-V WiFi + BLE SoC in embedded Rust
Other
75 stars 14 forks source link

Add checksum engine abstraction #12

Closed mkroman closed 3 years ago

mkroman commented 3 years ago

This PR adds an abstraction around the CKS peripheral that lets the user compute checksums in hardware.

This could be made faster with a DMA implementation later on.

Currently blocked by sipeed/bl602-pac#3

9names commented 3 years ago

LGTM

luojia65 commented 3 years ago

LGTM :)