Search found 3 matches

by flipatoms
Fri Oct 02, 2020 4:46 pm
Forum: ESP-IDF
Topic: How to get miniz working.
Replies: 7
Views: 6418

Re: How to get miniz working.

I see. Though there seems to be a lot of people that got it running....

Anyone who know about other compression lib that is more lightweight?
by flipatoms
Fri Oct 02, 2020 2:13 pm
Forum: ESP-IDF
Topic: How to get miniz working.
Replies: 7
Views: 6418

Re: How to get miniz working.

I've managed to get miniz working in my project by inluding both .c and .h Only problem is I don't have enough ram to run compress function. Is there any plan to include a compression lib in esp-idf that will work out of the box without tweeking? (I think a lot of people will appreciate that) We are...
by flipatoms
Mon Sep 23, 2019 8:48 pm
Forum: ESP-IDF
Topic: Wear levelling FATFS performance really slow even for reading?
Replies: 11
Views: 16816

Re: Wear levelling FATFS performance really slow even for reading?

I have a similar problem. I'm saving log files first to a memory buffer then to flash with fatfs. 3-4 KB takes 470 ms :(