Compression Libraries for ARM Cortex M3/4

compression

Solution

I really like BCL, it is a light weight, easy to integrate library. I've used it on Cortex M3 and M4 parts.

Problem

I need a proven compression library for ARM cortex M3 or 4. I will use this library for compressing some data from the peripherals before shipping out of the IC. Any pointers would be appreciated. I have so far looked at LZ4c but it is not easy to get it working on ARM.

Original source