Skip to content

Commit 86f14d5

Browse files
committed
littlefs: Renamed all prefixes to include major version
Note that even with the prefix script, this was a bit messy and had to be carried out over a few stages because of how the script renames files. Fortunately, in the future the script only needs to be ran on the littlefs sub-directory before subtree merging any changes. ./littlefs/scripts/prefix.py lfs lfs2 ./littlefs/scripts/prefix.py mbed_lfs mbed_lfs2 ./littlefs/scripts/prefix.py LittleFileSystem LittleFileSystem2 jq '.name="littlefs2"' mbed_lib.json
1 parent f93bbb1 commit 86f14d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+6262
-6262
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ script:
2929
# Self-host with littlefs-fuse for fuzz test
3030
- CFLAGS="-Wno-format" make -C littlefs-fuse
3131

32-
- littlefs-fuse/lfs --format /dev/loop0
33-
- littlefs-fuse/lfs /dev/loop0 mount
32+
- littlefs-fuse/lfs2 --format /dev/loop0
33+
- littlefs-fuse/lfs2 /dev/loop0 mount
3434

3535
- ls mount
3636
- mkdir mount/littlefs

0 commit comments

Comments
 (0)