micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

espflash: Reduce the memory fragmentation during flash write.

Open robert-hh opened this issue 2 years ago • 0 comments

espflash used to implicitely allocate four times per write the ~4k buffer for the data. That caused boards with smaller memory to fail due to memory fragmentation. This change reduces the allocation to once per block.

robert-hh avatar May 06 '23 14:05 robert-hh