Skip to content

Commit 29d11a6

Browse files
committed
[components][dfs] remove jffs2 and uffs
1 parent 47e7999 commit 29d11a6

File tree

213 files changed

+0
-57160
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

+0
-57160
lines changed

components/dfs/Kconfig

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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)