Meco Man
|
40c09fc1e0
|
重新分类为common文件夹下属all文件夹和excgcc文件夹
|
2021-04-21 00:56:36 +08:00 |
Meco Man
|
6026c68d37
|
加入<sys/types.h>声明
|
2021-04-18 01:00:37 +08:00 |
Meco Man
|
d1d9c492f8
|
[bug][dfs] rt_strlen(name) + 1) -> DFS_PATH_MAX
|
2021-03-27 01:24:32 +08:00 |
Meco Man
|
b7bfa04c06
|
[dfs] cat命令执行后增加\n 与linux行为一致
|
2021-03-21 02:03:45 +08:00 |
Bernard Xiong
|
b12615f344
|
Merge pull request #4427 from mysterywolf/components
[components] auto & manual formatted
|
2021-03-16 13:53:54 +08:00 |
yangjie
|
3ec59a8865
|
[components][dfs/Kconfig] 修改help描述
|
2021-03-15 13:44:25 +08:00 |
Meco Jianting Man
|
cd4cf46f3b
|
Delete dfs_jffs2.h
|
2021-03-12 10:10:31 +08:00 |
Meco Jianting Man
|
5dfe7a8f68
|
Delete dfs_jffs2.c
|
2021-03-12 10:10:21 +08:00 |
Meco Jianting Man
|
c6b6b77716
|
Delete dfs_uffs.h
|
2021-03-12 10:09:56 +08:00 |
Meco Jianting Man
|
40a087fc8d
|
Delete uffs_rtthread.c
|
2021-03-12 10:09:47 +08:00 |
Meco Jianting Man
|
f3fbbf8477
|
Delete dfs_uffs.c
|
2021-03-12 10:09:34 +08:00 |
yangjie
|
29d11a6d0d
|
[components][dfs] remove jffs2 and uffs
|
2021-03-11 16:47:15 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
Meco Man
|
b2d3317c6a
|
remove minilibc
|
2021-02-23 03:21:16 +08:00 |
Meco Jianting Man
|
19d56fbc50
|
Update dfs_elm.c
|
2021-02-19 07:49:48 +00:00 |
Meco Man
|
e90a0ee03c
|
[fatfs][rtc][bug] 修复FATFS底层接口get_fattime获取时间条件的bug
|
2021-02-18 15:43:22 +08:00 |
Meco Man
|
86ebf17a23
|
localtim改为gmtime
|
2021-02-07 21:49:25 +08:00 |
Meco Man
|
f073911cd3
|
解决底层驱动格林威治时间与当地时间胡乱使用的问题 mktime函数改为timegm函数
|
2021-02-07 21:08:41 +08:00 |
Wayne Lin
|
44e9a48f1d
|
Enlarge ECC/DATA layout array size.
|
2021-01-26 17:04:47 +08:00 |
Wayne Lin
|
998e370ae1
|
Append RT_WEAK to override various ECC layout.
|
2021-01-26 10:44:00 +08:00 |
Bernard Xiong
|
953a9ee84c
|
Merge pull request #3681 from cliff-cmc/master
[components] dfs: update elmfat to R0.14 patch 1
|
2020-12-31 15:00:37 +08:00 |
Han Xinrong
|
db4b3ff125
|
modify code style
|
2020-12-15 11:37:23 +08:00 |
Han Xinrong
|
a1fe7b1ddf
|
modify the error check of rt_event_recv()
|
2020-12-13 19:11:04 +08:00 |
Han Xinrong
|
3bb8edf4c1
|
error check of rt_event_recv()
add error check
|
2020-12-09 22:24:01 +08:00 |
liuduanfei
|
22c47d4b19
|
Update dfs_romfs.c
修改一处拼写错误
|
2020-12-03 09:59:09 +08:00 |
xingkong121
|
9b925fb9c0
|
Modify comment error
Device file system should be registered
|
2020-11-28 22:47:06 +08:00 |
tangyuxin
|
8861202c3b
|
[dfs] fix the DEVICE could not get or set flags
|
2020-09-26 12:30:39 +08:00 |
tangyuxin
|
50dc41468e
|
[add] DFS file system supports device types
|
2020-09-26 09:55:58 +08:00 |
Bernard Xiong
|
ad3e6d8898
|
[DFS] clean the unnecessary checking
|
2020-08-07 08:51:22 +08:00 |
Cliff Chen
|
1a9ecf27f3
|
[components] dfs: update elmfat to R0.14 patch 1
merge from https://github.com/abbrev/fatfs.git
(cf1fa008119c8ae2d05311ba3d97da0c4dca33b6)
Signed-off-by: Cliff Chen <cliff.chen@rock-chips.com>
Change-Id: I321ba7933e1a4d6c07b3fbaa2a134eb54bb43b32
|
2020-06-12 16:31:43 +08:00 |
longtengmcu
|
d75f03e4b0
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 …
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
4、修改注释信息
|
2020-05-21 22:05:38 +08:00 |
longtengmcu
|
63950c9259
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
|
2020-05-17 15:51:35 +08:00 |
Cliff Chen
|
1c68bd9d3c
|
Support msc mode automatic switching
Signed-off-by: Cliff Chen <cliff.chen@rock-chips.com>
|
2020-03-16 10:50:34 +08:00 |
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 |