Skip to content

Commit

Permalink
use littlefs-python v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Jul 5, 2024
1 parent daeffa6 commit 7449f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions image-building-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
littlefs-python>=0.7.1; python_version >= "3.8"
# littlefs-python has to be pinned to a specific version due to minimal Python version in IDF v5.0 and v5.1
littlefs-python==0.10.0; python_version < "3.8"
littlefs-python==0.11.0
2 changes: 1 addition & 1 deletion project_include.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function(littlefs_create_partition_image partition base_dir)
# contents of the base dir changing.

add_custom_target(littlefs_${partition}_bin ALL
COMMAND ${littlefs_py} create ${base_dir_full_path} -v --image=${image_file} --fs-size=${size} --name-max=${CONFIG_LITTLEFS_OBJ_NAME_LEN} --block-size=4096
COMMAND ${littlefs_py} create ${base_dir_full_path} ${image_file} -v --fs-size=${size} --name-max=${CONFIG_LITTLEFS_OBJ_NAME_LEN} --block-size=4096
DEPENDS ${arg_DEPENDS} ${littlefs_py_venv}
)

Expand Down

0 comments on commit 7449f95

Please sign in to comment.