atomicobject / heatshrink

data compression library for embedded/real-time systems
ISC License
1.31k stars 176 forks source link

Compatibility on PIC32 #61

Open NiJagadish opened 3 years ago

NiJagadish commented 3 years ago

Hi,

does this code work on PIC32 microcontrollers.

I found some of the dependency files are missing ( like.... getopt.h, err.h... etc) Could you please inform whether it works on PIC32?

silentbicycle commented 3 years ago

It should, but the command line program isn't intended to run on-board. There is a library for doing data compression and decompression, and a command line tool which can be used to pack/unpack data or experiment with settings to figure out what is appropriate for project-specific data.

This will be documented more explicitly in the next release.