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?
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.
Yes, you can! Obviously the start address needs to change too, but it should be pretty straightforward.
Annoyingly
FS
is for Nordic'sfstorage
code, so it can save bonding data and known peers: https://github.com/espruino/Espruino/blob/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?