Skip to content

Commit fbe91ad

Browse files
committed
README.md: Add reference to freezeFS.
1 parent d26807b commit fbe91ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The utility runs on a PC and converts an arbitrary binary file into a Python
66
source file. The generated Python file may be frozen as bytecode. Read-only
77
data may thus be stored in Flash and accessed with little RAM use.
88

9+
Please see also [freezeFS](https://github.com/bixb922/freezeFS) - a utility by
10+
@bixb922 which allows a complete directory tree to be frozen and mounted as a
11+
filesystem.
12+
913
## Arguments
1014

1115
The utility requires two arguments, the first being the path to a file for

0 commit comments

Comments
 (0)