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

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

.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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy