File System manager constructor.
At the moment it needs a MicroPython hex string without files included. Multiple MicroPython images can be provided to generate a Universal Hex.
MicroPython Intel Hex string or an array of Intel Hex strings with their respective board IDs.
Generate a new copy of the MicroPython Intel Hex with the files in the filesystem included.
Optional
boardId: numberWhen multiple MicroPython hex files are provided select one via this argument.
A new string with MicroPython and the filesystem included.
Read the files included in a MicroPython Universal or Intel Hex string and add them to this instance.
MicroPython Intel or Universal Hex string with files.
A filename list of added files.
Read the files included in a MicroPython hex string and add them to this instance.
MicroPython hex string with files.
A filename list of added files.
Read the files included in a MicroPython Universal Hex string and add them to this instance.
MicroPython Universal Hex string with files.
A filename list of added files.
Manage filesystem files in one or multiple MicroPython hex files.