mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 04:30:02 +01:00
Fix LitteFS dependency error
This commit is contained in:
parent
3521d8c856
commit
55accd07f3
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.16.0)
|
cmake_minimum_required(VERSION 3.16.0)
|
||||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
list(APPEND EXTRA_COMPONENT_DIRS managed_components)
|
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_SOURCE_DIR}/.pio/libdeps/${configName}/esp_littlefs")
|
||||||
project(btclock_espidf)
|
project(btclock_espidf)
|
||||||
|
1
components/esp_littlefs
Submodule
1
components/esp_littlefs
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fd64733cdf248c7a7eb207db7d28124f8857fe0b
|
@ -1,16 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
esp_littlefs:
|
|
||||||
component_hash: 6ae78edac4f81c605d6d7bff75f4f9a45d25938e4796347f91ea975ed3123326
|
|
||||||
source:
|
|
||||||
git: https://github.com/joltwallet/esp_littlefs.git
|
|
||||||
path: .
|
|
||||||
type: git
|
|
||||||
version: fd64733cdf248c7a7eb207db7d28124f8857fe0b
|
|
||||||
idf:
|
idf:
|
||||||
component_hash: null
|
component_hash: null
|
||||||
source:
|
source:
|
||||||
type: idf
|
type: idf
|
||||||
version: 4.4.6
|
version: 4.4.6
|
||||||
manifest_hash: 4b13ff241ec4d36ca2303b885c7088c32d74d090ef8e0ca6ea4c7d53047011d6
|
manifest_hash: f4c10dfb616cf7e24f85cb263b8c89ef7d6d8eee64860fd27097b1a83ba56960
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
1
esp_littlefs
Submodule
1
esp_littlefs
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit fd64733cdf248c7a7eb207db7d28124f8857fe0b
|
@ -31,6 +31,7 @@ build_unflags =
|
|||||||
-Werror=all
|
-Werror=all
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
https://github.com/joltwallet/esp_littlefs.git
|
||||||
bblanchon/ArduinoJson@^7.0.3
|
bblanchon/ArduinoJson@^7.0.3
|
||||||
esphome/Improv@^1.2.3
|
esphome/Improv@^1.2.3
|
||||||
mathieucarbou/ESP Async WebServer
|
mathieucarbou/ESP Async WebServer
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
# Required IDF version
|
# Required IDF version
|
||||||
idf: ">=4.4"
|
idf: ">=4.4"
|
||||||
|
|
||||||
esp_littlefs:
|
|
||||||
git: https://github.com/joltwallet/esp_littlefs.git
|
|
Loading…
Reference in New Issue
Block a user