-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update littlefs from 1.6.0 to v1.14.8 Update USB definition struct due to new API
- Loading branch information
1 parent
2d42348
commit ade6ee8
Showing
4 changed files
with
93 additions
and
20 deletions.
There are no files selected for viewing
Submodule SSDP_IDF
updated
4 files
+7 −0 | README.md | |
+119 −127 | examples/ssdp_example/main/ssdp_example.c | |
+0 −1 | include/ssdp.h | |
+49 −0 | tools/format_sources.py |
Submodule esp_littlefs
updated
29 files
+5 −1 | .bumpversion.cfg | |
+21 −44 | .github/workflows/pr.yml | |
+0 −3 | .gitmodules | |
+23 −3 | CMakeLists.txt | |
+80 −0 | Kconfig | |
+79 −7 | README.md | |
+5 −0 | component.mk | |
+2 −2 | idf_component.yml | |
+1 −0 | image-building-requirements.txt | |
+117 −7 | include/esp_littlefs.h | |
+14 −0 | library.json | |
+0 −1 | mklittlefs | |
+37 −28 | project_include.cmake | |
+660 −203 | src/esp_littlefs.c | |
+21 −11 | src/lfs_config.h | |
+1 −1 | src/littlefs | |
+63 −6 | src/littlefs_api.h | |
+6 −6 | src/littlefs_esp_part.c | |
+63 −0 | src/littlefs_sdmmc.c | |
+3 −1 | test/CMakeLists.txt | |
+20 −0 | test/test_littlefs.c | |
+19 −0 | test/test_littlefs_common.c | |
+2 −6 | test/test_littlefs_common.h | |
+168 −0 | test/test_littlefs_static_partition.c | |
+ − | test/testfs.bin | |
+1 −0 | testdir/pangram.txt | |
+1 −0 | testdir/test1.txt | |
+1 −0 | testdir/test2.txt | |
+1 −0 | testdir/test_folder/lorem_ipsum.txt |
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