I've started to port old code that uses the (deprecated) Flash-Module to the Storage-Module.
With the Flash-Module I could disable features like NET, GRAPHICS and thereby increase the Storage available to me. (As far as I know, the Flash-Module uses the pages between the executable and the reserved area).
The Storage-Module, on the other hand, seems to use the pages defined by pages: 10.
Can I simply increase pages and decrease flash_available by the same amount to move the free space from the Flash-Module to Storage-Module?
What are the 2 pages reserved for FS for?
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.
I've started to port old code that uses the (deprecated) Flash-Module to the Storage-Module.
With the Flash-Module I could disable features like NET, GRAPHICS and thereby increase the Storage available to me. (As far as I know, the Flash-Module uses the pages between the executable and the reserved area).
The Storage-Module, on the other hand, seems to use the pages defined by
pages: 10
.Can I simply increase
pages
and decreaseflash_available
by the same amount to move the free space from the Flash-Module to Storage-Module?What are the 2 pages reserved for
FS
for?