Skip to content

Autodetect python crc16 implementation

Jakob Haufe requested to merge sur5r/firmware:crc16-autodetect into master

There are several common CRC implementations for python with the currently used one (crc16) not being available in e.g. Debian.

crcmod and/or crcelk are readily available on several distributions.

Merge request reports