You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I'd like to keep FlashEEPROM in a state where it still works on a normal 1v81 release, but I think reporting free flash areas in process.memory could be really neat - and it could be modified to check and use those if they existed.

    Perhaps something like:

    unused : [
     { addr : ..., length: ... },
     { addr : ..., length: ... },
    ]
    

    I guess for now, only one might get reported, but in a lot of cases I imagine there may be several small areas free that could potentially be used. I don't know if we'd only report whole free pages, or maybe we could report if there were parts of pages that were free as well.

    Any thoughts?

About

Avatar for Gordon @Gordon started