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 55 path = components/serialization/detail/alpaca
66 url = https://github.com/p-ranav/alpaca
77[submodule "components/esp_littlefs "]
8- path = components/esp_littlefs
8+ path = components/littlefs
99 url = https://github.com/joltwallet/esp_littlefs
1010[submodule "components/lvgl "]
1111 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-
101idf_component_register (
112 INCLUDE_DIRS "include"
123 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