-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upy-fs-builder: Replicate MicroPython behaviour with extra 0xFF byte
When the last chunk is used up to the last byte the micro:bit MicroPython file system will also use the next chunk and leave it empty (the double link list pointers and end file offset will still be calculated like there is an extra 0xFF at the end of data). This commit replicates that behaviour by adding an extra 0xFF byte at the end of the data.
- Loading branch information
1 parent
425a234
commit 6aa7034
Showing
2 changed files
with
146 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters