• Can I simply increase pages and decrease flash_available

    Yes, you can! Obviously the start address needs to change too, but it should be pretty straightforward.

    Annoyingly FS is for Nordic's fstorage code, so it can save bonding data and known peers
    : https://github.com/espruino/Espruino/blo­b/master/make/common/NRF5X.make#L203

    It probably uses 100 bytes of data in most cases, but it requires 2x 4kB flash pages to function :(

    It may be possible to just not include fstorage in the build and then make your own stub functions for read/write that use Espruino's Storage implementation though?

About

Avatar for Gordon @Gordon started