Merge branch 'feature/littlefs_example_bump_version_lower_idf_version_v5.2' into 'release/v5.2'

feat: LittleFS example bump version to 1.13.0 (v5.2)

See merge request espressif/esp-idf!28479
This commit is contained in:
Jiang Jiang Jian
2024-02-21 10:43:47 +08:00
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(littlefs_example)

View File

@@ -1,6 +1,3 @@
## IDF Component Manager Manifest File
dependencies:
joltwallet/littlefs: "==1.5.5"
## Required IDF version
idf:
version: ">=5.2.0"
joltwallet/littlefs: "~=1.13.0"