Skip to content

Commit

Permalink
[smart][dfs v2] add cromfs (#7994)
Browse files Browse the repository at this point in the history
Co-authored-by: xyz <xyz@rtt.com>
  • Loading branch information
XYZ-20240101 and xyz committed Aug 31, 2023
1 parent 341fb40 commit 3602f89
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 73 deletions.
4 changes: 3 additions & 1 deletion components/dfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,19 @@ endif
config RT_USING_DFS_ROMFS
bool "Enable ReadOnly file system on flash"
default n
if RT_USING_DFS_V1

config RT_USING_DFS_CROMFS
bool "Enable ReadOnly compressed file system on flash"
default n
# select PKG_USING_ZLIB

if RT_USING_DFS_V1
config RT_USING_DFS_RAMFS
bool "Enable RAM file system"
select RT_USING_MEMHEAP
default n
endif

config RT_USING_DFS_TMPFS
bool "Enable TMP file system"
default n
Expand Down
Loading

0 comments on commit 3602f89

Please sign in to comment.