Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
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.
Hi there, I have some questions regarding some partitions defined in partitions_espruino.csv.
I thought
storage
partition was used for the file system, but turns out the default address forE.flashFatFS()
is0x30000
instead of0x360000
. (Maybe because it's outdated?)I also thought
storage
was the target of the upload destinationStorage
in the Web IDE, but turns out the target partitions forStorage
,Flash
, andFlash (always)
in the Web IDE are alljs_code
partition.Is there any difference between the
flash
andstorage
partitions?Any help will be appreciated :)