We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26807b commit fbe91adCopy full SHA for fbe91ad
README.md
@@ -6,6 +6,10 @@ The utility runs on a PC and converts an arbitrary binary file into a Python
6
source file. The generated Python file may be frozen as bytecode. Read-only
7
data may thus be stored in Flash and accessed with little RAM use.
8
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
+
13
## Arguments
14
15
The utility requires two arguments, the first being the path to a file for
0 commit comments