nothing is reclaimed until you fill everything and/or compact
ok. quite a simple file system then. I guess a block of bytes is marked as occupied by some sort of header that records the length and that cant be changed until you compact. Not something you want to muck about with if its working.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
ok. quite a simple file system then. I guess a block of bytes is marked as occupied by some sort of header that records the length and that cant be changed until you compact. Not something you want to muck about with if its working.