adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.97k stars 1.16k forks source link

Turn on zlib for larger builds #1789

Closed rdagger closed 2 years ago

rdagger commented 5 years ago

The docs indicate zlib support: https://circuitpython.readthedocs.io/en/latest/docs/library/uzlib.html

However, it doesn't look like it's implemented for the nRF52840. I tried the Feather nRF52840 Express and the PCA10059.

I'm trying to write a CircuitPython Png decoder and this would be very helpful.

dhalbert commented 4 years ago

uzlib is not turned on for any CircuitPython ports. It might be nice to have if it's not too big. It should be moved to shared-bindings and shared-module.

dhalbert commented 4 years ago

See PR #1274

dhalbert commented 2 years ago

Partly addressed by #6069. See #6284 for further followup.