You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation uses the object based capabilities, which avoids
complication about different flash block sizes. The ROM partition is
placed between the text and writable filesystem sections, and the latter
size is unchanged. VfsRom sizes are:
- NRF51x22: 12K
- NRF52832: 128K
- NRF52840: 256K
- NRF9160: 256K
Use frozen `_boot.py` to set up and mount the filesystem, replacing a mix
of C-Code and Python code. The mkfs part has been simplified to save code.
Tested with Microbit and Arduino Nano Connect.
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: robert-hh <robert@hammelrath.com>
0 commit comments