Skip to content

Commit 896d5b4

Browse files
committed
Use littlefs from github instead of component registry
Fewer annoying build errors
1 parent a8c8fa3 commit 896d5b4

5 files changed

Lines changed: 6 additions & 18 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dependencies.lock
12
build/
23
sdkconfig.old
34

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "mruby"]
22
path = components/mruby_component/mruby
33
url = https://github.com/mruby/mruby.git
4+
[submodule "components/esp_littlefs"]
5+
path = components/esp_littlefs
6+
url = https://github.com/joltwallet/esp_littlefs.git

components/esp_littlefs

Submodule esp_littlefs added at 8fb0290

main/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ idf_component_register(
22
SRCS mruby_main.c
33
INCLUDE_DIRS .
44
REQUIRES mruby_component
5-
PRIV_REQUIRES nvs_flash
5+
PRIV_REQUIRES nvs_flash esp_littlefs
66
)
77

88
littlefs_create_partition_image(storage ./storage FLASH_IN_PROJECT)

main/idf_component.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)