David Lin
|
ec20c2c7ff
|
Fixed typo 'WirtePageWithLayout' in uffs
WirtePageWithLayout ->WritePageWithLayout
|
2020-02-21 21:37:05 +08:00 |
David Lin
|
3790384734
|
Fixed typo 'WirtePageWithLayout' in uffs
WirtePageWithLayout ->WritePageWithLayout
|
2020-02-21 21:34:21 +08:00 |
David Lin
|
8d497e945a
|
Fixed typo 'WirtePageWithLayout' in uffs
WirtePageWithLayout ->WritePageWithLayout
|
2020-02-21 21:30:35 +08:00 |
David Lin
|
8e19bec11b
|
Fixed typo: 'wirte' in uffs_nandif.c
Note that the word 'wirte' is wrong,
so that 'wirte' should been replaced with 'write'.
|
2020-02-16 20:08:36 +08:00 |
Bernard Xiong
|
78d42efd22
|
[DFS] cleanup the log in dfs.
|
2019-12-18 21:37:42 +08:00 |
hichard
|
aafed7b434
|
1.修复sd卡热插拔内存泄露的bug
2.dfs增加函数,配合实现sd卡热插拔自动挂载卸载文件系统
|
2019-11-16 11:16:48 +08:00 |
zhangjun
|
d08f533659
|
[components][dfs][filesystems][elmfat]修正代码风格
|
2019-10-08 09:11:35 +08:00 |
zhangjun
|
60f2ae4d3c
|
[components][dfs]添加ftruncate接口
|
2019-09-26 10:22:33 +08:00 |
gbcwbz
|
97c9abffd1
|
[components][dfs] Fix fd error in command list_fd
|
2019-07-26 19:07:05 +08:00 |
tangyuxin
|
7d09071858
|
[components][dfs][nfs] 修复Linux NFS服务器认证问题
|
2019-06-26 14:38:52 +08:00 |
tyustli
|
d8eb0cfc1e
|
fix kernel and framework no cast type error
|
2019-06-18 20:09:19 +08:00 |
guozhanxin
|
167342cf41
|
[dfs] fix some bug for uffs filesystem.|修复了一些uffs文件系统的BUG.
|
2019-06-18 10:45:54 +08:00 |
Bernard Xiong
|
214c1a6d45
|
Merge pull request #2608 from misonyo/rttdev
[components/dfs]fix index overflow bug when not filesystem was selected
|
2019-04-24 21:15:42 +08:00 |
guozhanxin
|
0c3da7e367
|
[components/dfs/ramfs] Automatically select memheap when ramfs enabled.|当使能ramfs时自动选中memheap。
|
2019-04-24 15:11:49 +08:00 |
misonyo
|
958d42f32c
|
[components/dfs]fix index overflow bug when not filesystem was selected
|
2019-04-23 23:03:34 +08:00 |
Bernard Xiong
|
ea9dbfa4f0
|
Merge pull request #2569 from armink/fix_dfs
[DFS] Update dfs file open log.
|
2019-04-13 10:41:09 +08:00 |
armink
|
6c92eb40da
|
[DFS] Update dfs file open log.
|
2019-04-12 10:39:05 +08:00 |
armink
|
fa4d4ab7cf
|
Update all of debug log definition to DBG_TAG and DBG_LVL.
|
2019-04-12 10:18:57 +08:00 |
HubretXie
|
25cdd8bba9
|
fix use printf format bug
fix use printf format bug
|
2019-04-09 20:11:07 +08:00 |
tangyuxin
|
e71ec65549
|
[components][dfs]格式化代码
|
2019-04-08 14:51:01 +08:00 |
armink
|
4f7c06f923
|
[component][DFS] Change the log level on dfs_file_open() func.
|
2019-03-07 15:56:39 +08:00 |
armink
|
0d7ba79219
|
Remove the DBG_COLOR and DBG_ENABLE definition.
|
2019-03-06 17:54:30 +08:00 |
Bernard Xiong
|
7383269905
|
[Kernel] Code cleanup for compiling warning.
|
2019-02-12 14:33:45 +08:00 |
Bernard Xiong
|
3b4a9f51c7
|
[DFS] Remove opened file check
Remove opened file check in dfs_file_open function. It will be replaced with POSIX flock/fcntl.
|
2019-01-24 20:55:27 +08:00 |
Bernard Xiong
|
b998c4ed8d
|
[DFS][romfs] code cleanup
|
2019-01-13 14:33:24 +08:00 |
Bernard Xiong
|
9af2d29351
|
[DFS][romfs] code cleanup
|
2019-01-13 14:31:55 +08:00 |
Bernard Xiong
|
bd7ebbf17b
|
[DFS][romfs] fix the mkrom issue when file/dir size zero
|
2019-01-13 14:24:00 +08:00 |
yangfasheng
|
c16d3de633
|
update dfs.c dfs_file.c dfs_file.h
Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
|
2019-01-09 17:40:32 +08:00 |
MurphyZhao
|
5d6c7e0df7
|
[components][dfs] Refix #2100 PR
#2100 PR 增加 `#include <libc.h>` 后,如果定义了 `RT_USING_DFS_DEVFS`,那就必须要开启 LIBC 才可以成功编译,增加了对 RT_USING_LIBC 的依赖。但是,这个修复又是关于开启 POSIX 的时候遇到的问题,因此建议在引入 <libc.h> 的地方,加入对 `RT_USING_POSIX` 的依赖。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-01-05 14:20:44 +08:00 |
gbcwbz
|
0924d277f6
|
[dfs] Fix stdio fd error when POSIX api is used
POSIX api e.g. poll read write
|
2018-12-23 19:14:14 +08:00 |
Bernard Xiong
|
1f37de29c4
|
Fix the value width issue under 32/64 bit arch.
|
2018-12-13 14:54:26 +08:00 |
shaojinchun
|
56c0df1e58
|
修正dfs在fd_get时,未检查有效性的问题
|
2018-12-10 08:33:17 +08:00 |
HubretXie
|
889afa7b04
|
Update dfs_elm.c
fatfs: mkfs时增加FM_SFD参数,减少文件系统对flash空间的占用
|
2018-12-03 18:09:52 +08:00 |
shaojinchun
|
2a57ba9f96
|
统一getcwd和chdir的加锁方式
|
2018-11-22 18:21:45 +08:00 |
Bernard Xiong
|
e108dfe4a5
|
[libc] Fix the _EXFUN issue in newlib
|
2018-11-10 16:58:07 +08:00 |
Bernard Xiong
|
1946de1104
|
Merge pull request #1943 from zhaojuntao/ADD-LWIP210
Add lwip210
|
2018-11-02 20:14:09 +08:00 |
MurphyZhao
|
c3cc7a29c8
|
[components][dfs] 移除冗余代码
[components][net] 修复 Kconfig
[components][net][sal] 还原对 SAL 框架的修改,在 proto_ops 结构体实例赋值位置修改
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-11-02 10:26:37 +08:00 |
armink
|
83b7b763b7
|
The dbg_log API is DISCARDED. Change all dbg_log to LOG_X.
|
2018-11-02 10:20:30 +08:00 |
MurphyZhao
|
58a6b51236
|
[components][dfs] AND [components][net][sal] 适配 LWIP210
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2018-11-01 18:21:41 +08:00 |
Bernard Xiong
|
8c1c6516b3
|
[Components] Change license to Apache License v2.0
|
2018-10-29 11:06:58 +08:00 |
Bernard Xiong
|
fbac6c8be7
|
Remove lwIP 1.3.2 and yaffs2 from RT-Thread Platform.
|
2018-10-29 11:05:33 +08:00 |
Bernard Xiong
|
b5e9927b85
|
[license] Change the license of FS/DFS to Apache.
|
2018-10-15 01:46:07 +08:00 |
Bernard Xiong
|
cc883ad29a
|
Merge pull request #1891 from qgyhd1234/dfs
[dfs] fix ioctl getflag/setflag issue.
|
2018-10-14 10:21:54 +08:00 |
zylx
|
8431c05635
|
[dfs] fix ioctl getflag/setflag issue.
|
2018-10-13 10:23:47 +08:00 |
guozhanxin
|
42d181307e
|
[components][dfs][ramfs] add RT_Object_Class_MemHeap flag for ramfs->memheap
|
2018-09-20 12:03:29 +08:00 |
Bernard Xiong
|
7d3f38e4f6
|
Merge pull request #1790 from liruncong/dev-dfs
dfs_uffs_getdents函数声明问题修正
|
2018-09-11 19:08:47 +08:00 |
liruncong
|
b8b711d0a7
|
修正参数类型不匹配问题. uint32_t为unsigned int, 而rt_uint32_t为unsigned long
注: armclang编译器报错
|
2018-09-10 19:51:15 +08:00 |
weety
|
ae6f47e274
|
Solve the problem of RT_USING_DFS cyclic dependency.
|
2018-09-05 20:52:16 +08:00 |
heyuanjie87
|
18510fa80f
|
Update select.c
|
2018-08-14 09:33:22 +08:00 |
heyuanjie87
|
c90b449dac
|
Update select.c
|
2018-08-13 22:42:09 +08:00 |