Bernard Xiong
|
be3b5a950f
|
Merge pull request #4653 from mysterywolf/fixed-timezone
[libc][time]增加手动设置固定时区的功能
|
2021-05-01 10:58:24 +08:00 |
Meco Man
|
a611a66864
|
精简代码
|
2021-05-01 06:08:14 +08:00 |
Meco Man
|
65984a7116
|
add comment
|
2021-05-01 06:06:03 +08:00 |
Meco Man
|
0aa3b80fc3
|
在time.c中增加RT_LIBC_FIXED_TIMEZONE默认值,防止有些工程没有配置RT_LIBC_FIXED_TIMEZONE
|
2021-05-01 06:03:46 +08:00 |
Meco Man
|
a7a3ca9f02
|
增加手动设置时区的功能
|
2021-05-01 05:52:55 +08:00 |
Meco Jianting Man
|
82f2d8e53d
|
time.c 删除函数名与括号之间的空格
|
2021-04-29 00:21:10 +08:00 |
Meco Man
|
850e1aeb52
|
[libc][time] 细微调整time.c
|
2021-04-28 13:03:43 +08:00 |
Meco Man
|
46d51a99f1
|
优化get_timeval set_timeval 条件编译代码结构
|
2021-04-15 16:34:09 +08:00 |
Meco Man
|
b74022e2c4
|
mktime support fixed timezone
|
2021-04-15 14:31:23 +08:00 |
Meco Man
|
8e2a456d7a
|
implement set_timeval
|
2021-04-15 14:01:55 +08:00 |
Meco Man
|
4accfc410c
|
修改get_timeval的错误返回形式
|
2021-04-15 00:57:01 +08:00 |
armink
|
76be91c7de
|
[libc/time] Add microseconds time get feature in gettimeofday.
|
2021-04-14 20:10:47 +08:00 |
Meco Man
|
b4040df9dc
|
[libc][time][bug] LOG_W will cause a recursive printing if ulog timestamp function is turned on
|
2021-04-11 13:31:11 +08:00 |
Meco Man
|
a584b8ba6b
|
[libc][time] add debug tag
|
2021-03-28 10:33:13 +08:00 |
Meco Man
|
0ec2a5f782
|
[libc][time] add LOG_W to give a warning when RTC device is not used
|
2021-03-26 17:36:43 +08:00 |
Bernard Xiong
|
5c50a8794f
|
Merge pull request #4458 from mysterywolf/time
[libc][time] 修复没有末尾\0的bug
|
2021-03-23 20:10:37 +08:00 |
Meco Man
|
cc1277d491
|
[libc][time] 修复没有末尾\0的bug
|
2021-03-15 11:29:42 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
Meco Man
|
ff9210a84d
|
revise comment
|
2021-03-05 23:13:57 +08:00 |
Meco Man
|
3253312758
|
remove difftime()
|
2021-03-05 23:09:00 +08:00 |
Meco Man
|
598aa86f75
|
move clock_time_to_tick to time.c
|
2021-02-12 20:36:17 +08:00 |
Meco Man
|
ac500f35d6
|
change RT_USING_PTHREADS to RT_USING_POSIX
|
2021-02-12 12:08:14 +08:00 |
Meco Man
|
417f8b9bed
|
update
|
2021-02-12 01:46:16 +08:00 |
Meco Man
|
107c27f38d
|
update
|
2021-02-12 01:40:45 +08:00 |
Meco Man
|
291fe36139
|
[pthread][libc] move 'clock_time' to libc
|
2021-02-12 01:30:41 +08:00 |
Meco Man
|
ce4fabe158
|
add errno
|
2021-02-11 20:48:30 +08:00 |
Meco Man
|
dd147925e5
|
fix time() return value
|
2021-02-11 13:41:24 +08:00 |
Meco Man
|
e3fee1ca77
|
2 spaces -> 4 spaces
|
2021-02-11 02:46:23 +08:00 |
Meco Man
|
d67d4d3fd0
|
add difftime()
|
2021-02-11 02:34:38 +08:00 |
Meco Man
|
51cb109cf8
|
fix bug #3183 - align days[] and months[] to 4 bytes
|
2021-02-11 02:33:45 +08:00 |
Meco Man
|
5e5ceabfdc
|
add ctime_r() and re-implement ctime()
|
2021-02-11 02:32:47 +08:00 |
Meco Man
|
072dbe57c6
|
format & add clear tm_isdst
|
2021-02-11 02:31:53 +08:00 |
Meco Man
|
66e2a9424b
|
update
|
2021-02-10 21:01:16 +08:00 |
Meco Man
|
39ff4b5a97
|
修改时区计算公式的错误
|
2021-02-08 11:37:24 +08:00 |
Meco Man
|
2645aec2e3
|
删除没有用的预编译,在新版的IAR中此已经不需要了
对time函数增加RT_WEAK
|
2021-02-08 11:30:49 +08:00 |
Meco Man
|
3e9c77efd5
|
优化IAR
|
2021-02-08 10:55:08 +08:00 |
Meco Man
|
9b428e519f
|
avoid warning
|
2021-02-08 10:42:50 +08:00 |
Meco Man
|
d0c2631b12
|
revert time()
|
2021-02-08 10:33:12 +08:00 |
Meco Man
|
6c7dd30532
|
add function settimeofday & stime
|
2021-02-08 00:56:31 +08:00 |
Meco Man
|
4c6962436a
|
update
|
2021-02-07 22:33:37 +08:00 |
Meco Man
|
d92f8a53da
|
update
|
2021-02-07 22:25:30 +08:00 |
Meco Man
|
0d30632de6
|
fix #3976
|
2021-02-07 22:09:22 +08:00 |
Meco Man
|
c2fca3dffe
|
修复RTC驱动以及libc time.c库若干问题
|
2021-02-05 13:13:22 +08:00 |
mysterywolf
|
237a71de27
|
修复common文件夹,该文件夹为armlibc/newlib/dlib的共同文件的文件夹
|
2020-09-08 10:26:03 +08:00 |
zhangjun
|
3f39059217
|
[components][libc][compilers][common]移除time.c中未使用的变量timezone
|
2019-09-11 18:51:10 +08:00 |
zhangjun
|
a186ada6da
|
[components][libc][compilers]移动time相关头文件到common目录
|
2019-09-10 09:59:11 +08:00 |
zhangjun
|
dabe951415
|
[components][libc][common]修改__IAR_SYSTEMS_ICC__宏定义的作用范围
|
2019-09-02 14:52:32 +08:00 |
zhangjun
|
6910a9e97b
|
修复IAR8.1之后出现的__localtime32等重定义错误
|
2019-08-27 15:03:01 +08:00 |
zhangjun
|
3ede7630c0
|
[components][libc][compilers][common]拆分armcc和iar的time相关函数到common目录,同时修复原来在使用LIBC时time相关函数的BUG(armcc下使用gmtime、localtime、mktime会导致崩溃)
|
2019-08-22 15:34:50 +08:00 |