DEMCON / libstored

Generator for a store--a set of variables--to be embedded in an application, with fast store access via C++ and VHDL, data synchronization between processes, and remote access for the Embedded Debugger.
https://demcon.github.io/libstored
Mozilla Public License 2.0
10 stars 2 forks source link

python >=3.11 support #44

Closed jhrutgers closed 1 year ago

jhrutgers commented 1 year ago

The python client of libstored depends on heatshrink2, but there is currently no version available on pypi for python 3.11 and higher. Building heatshrink from source by pip often does not seem to work.

jhrutgers commented 1 year ago

A new version of heatshrink2 has been released.