Fix LitteFS dependency error

This commit is contained in:
Djuri Baars 2024-03-18 20:22:58 +01:00
parent 3521d8c856
commit 55accd07f3
6 changed files with 6 additions and 13 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16.0)
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)

@ -0,0 +1 @@
Subproject commit fd64733cdf248c7a7eb207db7d28124f8857fe0b

View File

@ -1,16 +1,9 @@
dependencies:
esp_littlefs:
component_hash: 6ae78edac4f81c605d6d7bff75f4f9a45d25938e4796347f91ea975ed3123326
source:
git: https://github.com/joltwallet/esp_littlefs.git
path: .
type: git
version: fd64733cdf248c7a7eb207db7d28124f8857fe0b
idf:
component_hash: null
source:
type: idf
version: 4.4.6
manifest_hash: 4b13ff241ec4d36ca2303b885c7088c32d74d090ef8e0ca6ea4c7d53047011d6
manifest_hash: f4c10dfb616cf7e24f85cb263b8c89ef7d6d8eee64860fd27097b1a83ba56960
target: esp32s3
version: 1.0.0

1
esp_littlefs Submodule

@ -0,0 +1 @@
Subproject commit fd64733cdf248c7a7eb207db7d28124f8857fe0b

View File

@ -31,6 +31,7 @@ build_unflags =
-Werror=all
-fno-exceptions
lib_deps =
https://github.com/joltwallet/esp_littlefs.git
bblanchon/ArduinoJson@^7.0.3
esphome/Improv@^1.2.3
mathieucarbou/ESP Async WebServer

View File

@ -1,6 +1,3 @@
dependencies:
# Required IDF version
idf: ">=4.4"
esp_littlefs:
git: https://github.com/joltwallet/esp_littlefs.git
idf: ">=4.4"