Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility on PIC32 #61

Open
NiJagadish opened this issue Jan 5, 2021 · 1 comment
Open

Compatibility on PIC32 #61

NiJagadish opened this issue Jan 5, 2021 · 1 comment
Milestone

Comments

@NiJagadish
Copy link

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
Copy link
Collaborator

silentbicycle commented May 20, 2021

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.

@silentbicycle silentbicycle added this to the v0.5.0 milestone May 20, 2021
@silentbicycle silentbicycle modified the milestones: v0.5.0, 0.4.2 Jun 19, 2021
silentbicycle added a commit that referenced this issue Jul 4, 2021
A couple people have opened issues because they can't get this file
to build for Arduinos, etc., but it isn't supposed to be. Add a comment
comment explaining why right next to those header includes to clarify.

Closes #48, #61.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants