Skip to content

Commit 0ae1743

Browse files
authored
Merge pull request #4449 from yangjie11/yj_dev
[components][dfs] remove jffs2 and uffs
2 parents 2be0c59 + 3ec59a8 commit 0ae1743

File tree

213 files changed

+1
-57161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+1
-57161
lines changed

components/dfs/Kconfig

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if RT_USING_DFS
115115
int "Maximum sector size to be handled."
116116
default 512
117117
help
118-
if you use some spi nor flash for fatfs, please set this the erase sector size, for example 4096.
118+
If you use some spi nor flash for fatfs, please set this the erase sector size, for example 4096.
119119

120120
config RT_DFS_ELM_USE_ERASE
121121
bool "Enable sector erase feature"
@@ -140,43 +140,6 @@ if RT_USING_DFS
140140
select RT_USING_MEMHEAP
141141
default n
142142

143-
config RT_USING_DFS_UFFS
144-
bool "Enable UFFS file system: Ultra-low-cost Flash File System"
145-
select RT_USING_MTD_NAND
146-
default n
147-
148-
if RT_USING_DFS_UFFS
149-
choice
150-
prompt "UFFS ECC mode"
151-
default RT_UFFS_ECC_MODE_1
152-
153-
config RT_UFFS_ECC_MODE_0
154-
bool "0: Do not use ECC"
155-
156-
config RT_UFFS_ECC_MODE_1
157-
bool "1: UFFS calculate the ECC"
158-
159-
config RT_UFFS_ECC_MODE_2
160-
bool "2: Flash driver(or by hardware) calculate the ECC"
161-
162-
config RT_UFFS_ECC_MODE_3
163-
bool "3: Hardware calculate the ECC and automatically write to spare."
164-
endchoice
165-
166-
config RT_UFFS_ECC_MODE
167-
int
168-
default 0 if RT_UFFS_ECC_MODE_0
169-
default 1 if RT_UFFS_ECC_MODE_1
170-
default 2 if RT_UFFS_ECC_MODE_2
171-
default 3 if RT_UFFS_ECC_MODE_3
172-
173-
endif
174-
175-
config RT_USING_DFS_JFFS2
176-
bool "Enable JFFS2 file system"
177-
select RT_USING_MTD_NOR
178-
default n
179-
180143
config RT_USING_DFS_NFS
181144
bool "Using NFS v3 client file system"
182145
depends on RT_USING_LWIP

components/dfs/filesystems/jffs2/SConscript

Lines changed: 0 additions & 50 deletions
This file was deleted.

components/dfs/filesystems/jffs2/cyg/compress/ChangeLog

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)