apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
813 stars 365 forks source link

util/crc: Add option for crc16_ccitt without table #3275

Closed kasjer closed 4 days ago

kasjer commented 4 days ago

This adds crc16_ccitt() version without table. It makes it slower but can reduce flash usage about 512 bytes.

Default still uses table but can be disabled with UTIL_CRC_CRC16_CCITT_USE_TABLE: 0