[FL-2794] Lib: update LFS to v2.5.0, lower update free page limit (#1706)

* Lib: update lfs to v2.5.0

* Storage: set minimum free pages for update on internal storage to 3

* Updater: lower min int free space limit

* lfs: disabled debug and trace logs by default

Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
あく
2022-09-06 02:40:20 +09:00
committed by GitHub
parent b7a6d18186
commit 3a767c9c02
4 changed files with 59 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
/* When less than LFS_RESERVED_PAGES_COUNT are left free, creation &
* modification of non-dot files is restricted */
#define LFS_RESERVED_PAGES_COUNT 5
#define LFS_RESERVED_PAGES_COUNT 3
typedef struct {
const size_t start_address;