File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 5
5
path = components/serialization/detail/alpaca
6
6
url = https://github.com/p-ranav/alpaca
7
7
[submodule "components/esp_littlefs "]
8
- path = components/esp_littlefs
8
+ path = components/littlefs
9
9
url = https://github.com/joltwallet/esp_littlefs
10
10
[submodule "components/lvgl "]
11
11
path = components/lvgl
Original file line number Diff line number Diff line change 1
- # Determine whether file_system is fetched from component registry or from local path
2
- idf_build_get_property (build_components BUILD_COMPONENTS )
3
- if (file_system IN_LIST build_components )
4
- set (required_littlefs_name esp_littlefs ) # Local component
5
- else ()
6
- set (required_littlefs_name littlefs ) # Managed component
7
- endif ()
8
-
9
-
10
1
idf_component_register (
11
2
INCLUDE_DIRS "include"
12
3
SRC_DIRS "src"
13
- REQUIRES base_component ${required_littlefs_name} spi_flash )
4
+ REQUIRES base_component littlefs spi_flash )
You can’t perform that action at this time.
0 commit comments