lpc-rs / lpc-pac

Peripheral Access Crates for LPC microcontrollers
9 stars 9 forks source link

lpc546xx: fix CRC engine to add 8b and 16b access to data write #72

Closed allexoll closed 2 years ago

allexoll commented 2 years ago

the previous register only had a 32 bit access, messing up byte access for CRC.

allexoll commented 2 years ago

the check fails because the new peripherals directory was not included in mmaps compare workflow, this PR adds it as well.