未验证 提交 0bc01ad0 编写于 作者: G guo 提交者: GitHub

[dfs] sync cromfs (#6739)

上级 e2bdd8a1
......@@ -142,7 +142,7 @@ if RT_USING_DFS
default n
config RT_USING_DFS_CROMFS
bool "Enable readonly compressed file system on flash"
bool "Enable ReadOnly compressed file system on flash"
default n
# select PKG_USING_ZLIB
......
# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Filesystem', src, depend = ['RT_USING_DFS','RT_USING_DFS_CROMFS'], CPPPATH = CPPPATH)
Return('group')
此差异已折叠。
/*
* Copyright (c) 2006-2020, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020/08/21 ShaoJinchun firset version
*/
#ifndef __DFS_CROMFS_H__
#define __DFS_CROMFS_H__
int dfs_cromfs_init(void);
#endif /*__DFS_CROMFS_H__*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册