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 2e66d83 commit 22bfc47Copy full SHA for 22bfc47
lib/littlefs/README.md
@@ -0,0 +1,19 @@
1
+littlefs library
2
+================
3
+
4
+The upstream source for the files in this directory is
5
+https://github.com/ARMmbed/littlefs
6
7
+To generate the separate files with lfs1 and lfs2 prefixes run the following
8
+commands in the top-level directory of the littlefs repository (replace the
9
+version tags with the latest/desired ones, and set `$MPY_DIR`):
10
11
+ git checkout v1.7.2
12
+ python2 ./scripts/prefix.py lfs1
13
+ cp lfs1*.[ch] $MPY_DIR/lib/littlefs
14
+ git reset --hard HEAD
15
16
+ git checkout v2.1.3
17
+ python2 ./scripts/prefix.py lfs2
18
+ cp lfs2*.[ch] $MPY_DIR/lib/littlefs
19
0 commit comments