Tangyuxin
|
a4829b1c00
|
[fix] Fix simulator compilation warnings (#6438)
* [fix] Fix simulator compilation warnings
* Update bsp/simulator/rtconfig_project.h
Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
|
2022-09-20 10:31:11 -04:00 |
dongly
|
3363586cbb
|
Fix some compilation warning (#5744)
* Fix some compilation warning
* 补充修正一些数据类型的使用错误
Co-authored-by: Meco Man <920369182@qq.com>
|
2022-08-02 12:09:49 -04:00 |
Man, Jianting (Meco)
|
2c10d5ad01
|
[rtc] use gmtime_r to replace gmtime (#6012)
* [rtc] use gmtime_r to replace gmtime
|
2022-06-22 13:41:06 +08:00 |
Bernard Xiong
|
1aab3607af
|
Revert "[dfs][romfs]支持相对地址模式 (#5768)" (#5786)
This reverts commit e68f934ff8 .
|
2022-04-08 20:03:43 +08:00 |
Tangyuxin
|
e68f934ff8
|
[dfs][romfs]支持相对地址模式 (#5768)
|
2022-04-06 21:13:12 +08:00 |
guozhanxin
|
9b44535740
|
add RT_DEBUG_SCHEDULER_AVAILABLE check
|
2022-01-26 16:03:31 +08:00 |
Meco Man
|
f89a162ea3
|
[core] 使用rt_memcpy rt_memset代替memcpy memset
|
2022-01-09 00:23:18 +08:00 |
Meco Man
|
ed09f38012
|
[libc] remove RT_USING_LIBC
|
2021-12-30 01:27:25 +08:00 |
Meco Man
|
7c789d4b11
|
revise some RT_USING_POSIX to RT_USING_POSIX_DEVIO
|
2021-11-24 09:47:55 -05:00 |
Meco Man
|
df9a23c534
|
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
2021-11-17 15:57:15 -05:00 |
mazhiyuan
|
3c964519b6
|
[fatfs]update .ignore_format.yml
|
2021-10-25 16:58:27 +08:00 |
mazhiyuan
|
92ee14ff7a
|
update ff.c/h
|
2021-10-25 14:41:50 +08:00 |
mazhiyuan
|
41af944949
|
update ffconf.h
|
2021-10-25 14:10:58 +08:00 |
mazhiyuan
|
39933d7305
|
update ffconf.h
|
2021-10-25 13:58:07 +08:00 |
mazhiyuan
|
ecd84844c5
|
update fatfs to the latest version
|
2021-10-25 11:41:34 +08:00 |
Meco Man
|
1d00635ee9
|
[fatfs] 互斥量保护超时可通过Kconfig配置时间
|
2021-09-25 13:45:55 -04:00 |
Meco Man
|
32e9aa21c4
|
[fatfs] 修复time相关函数开启条件
|
2021-09-25 12:15:41 -04:00 |
Meco Man
|
50e215cfd4
|
[dfs][filesystems] 增加format_ignore文件,排除fatfs格式检查
|
2021-09-25 12:00:44 -04:00 |
Meco Man
|
cba2dd9016
|
[fatfs] 修改互斥保护超时时间
防止因一些正常复杂耗时操作,导致fatfs认为 timeout failure。
|
2021-09-25 11:59:13 -04:00 |
Meco Man
|
14c29063e8
|
[devfs] _device_fs增加注释
|
2021-05-21 17:50:57 +08:00 |
Meco Man
|
d1d9c492f8
|
[bug][dfs] rt_strlen(name) + 1) -> DFS_PATH_MAX
|
2021-03-27 01:24:32 +08:00 |
Bernard Xiong
|
b12615f344
|
Merge pull request #4427 from mysterywolf/components
[components] auto & manual formatted
|
2021-03-16 13:53:54 +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
|
50dc41468e
|
[add] DFS file system supports device types
|
2020-09-26 09:55:58 +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 |
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 |
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 |