jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

Look into ESP32 ROM miniz #60

Closed jkent closed 2 months ago

jkent commented 2 months ago

As X-Ryl669 pointed out in #58, the ESP32 has a miniz implementation built-in ROM. Look into it for supporting decompression on the ESP32 instead of pulling in zlib as a dependency.

jkent commented 2 months ago

Feature added