openmv/ports
iabdalkader 75a2a7a2d5 ports/alif: Use direct CRC calculation for unaligned bytes
Replace lookup table with bit-by-bit polynomial calculation for
the remaining 1-3 bytes. Direct calculation is faster than table
lookup for such small amounts due to avoiding cache misses and
memory indirection overhead that dominates when processing only
1-3 bytes.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-09-26 19:46:48 +02:00
..
alif ports/alif: Use direct CRC calculation for unaligned bytes 2025-09-26 19:46:48 +02:00
mimxrt ports/mimxrt: Define Open-AMP build flags. 2025-09-22 13:53:39 +02:00
nrf ports/all: Update framebuffer API. 2025-09-02 16:05:55 +02:00
rp2 ports/all: Update framebuffer API. 2025-09-02 16:05:55 +02:00
stm32 ports/stm32: Add support for CRC32. 2025-09-25 09:49:23 +02:00
ports.mk common: Introduce profiling support. 2025-08-24 16:57:06 +02:00