forked from espressif/esp-idf
feat: LittleFS bump version to 1.13.0
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# The following lines of boilerplate have to be in your project's
|
# The following lines of boilerplate have to be in your project's
|
||||||
# CMakeLists in this exact order for cmake to work correctly
|
# 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)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(littlefs_example)
|
project(littlefs_example)
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
## IDF Component Manager Manifest File
|
## IDF Component Manager Manifest File
|
||||||
dependencies:
|
dependencies:
|
||||||
joltwallet/littlefs: "==1.5.5"
|
joltwallet/littlefs: "~=1.13.0"
|
||||||
## Required IDF version
|
|
||||||
idf:
|
|
||||||
version: ">=5.2.0"
|
|
||||||
|
@ -21,3 +21,6 @@ windows-curses; sys_platform == 'win32'
|
|||||||
|
|
||||||
# gdb extensions dependencies
|
# gdb extensions dependencies
|
||||||
freertos_gdb
|
freertos_gdb
|
||||||
|
|
||||||
|
# littlefs-python has to be this specific version due to minimal Python version in IDF v5.0 and v5.1
|
||||||
|
littlefs-python == 0.9.3; python_version < "3.8"
|
||||||
|
Reference in New Issue
Block a user