armink
|
816a99d88e
|
[DeviceDriver][RTC] Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL ops
|
2021-09-29 17:52:10 +08:00 |
armink
|
ff0b6d241b
|
[DeviceDriver][RTC] Remove RT_DEVICE_CTRL_RTC_GET_TIME_US and RT_DEVICE_CTRL_RTC_SET_TIME_US. Add RT_DEVICE_CTRL_RTC_GET_TIMEVAL and RT_DEVICE_CTRL_RTC_SET_TIMEVAL. The RT_DEVICE_CTRL_RTC_GET_TIMEVAL cmd can get second time and microsecond time.
|
2021-09-29 17:12:27 +08:00 |
Meco Man
|
c360688714
|
使用poll.h代替dfs_poll.h
|
2021-09-11 11:56:54 -04:00 |
Bernard Xiong
|
f8a991d092
|
Merge pull request #5036 from mysterywolf/serial
[serial] 优化RT_USING_POSIX_TERMIOS预编译
|
2021-09-11 20:03:15 +08:00 |
Bernard Xiong
|
4423b487c5
|
Merge pull request #5044 from BernardXiong/libc_pr
[libc] remove rtlibc
|
2021-09-11 20:00:39 +08:00 |
BernardXiong
|
0b13409c16
|
[BSP] fix compiling issue with libc
|
2021-09-11 18:09:22 +08:00 |
BernardXiong
|
3dc820b371
|
[drivers] fix stdint issue in cputime
|
2021-09-11 16:00:00 +08:00 |
Bernard Xiong
|
8da9f78d72
|
[libc] remove rtlibc
|
2021-09-11 11:07:51 +08:00 |
Meco Man
|
c1c63fc10c
|
[serial] 优化RT_USING_POSIX_TERMIOS预编译
|
2021-09-09 22:41:54 -04:00 |
Jackistang
|
fca9207517
|
serial: add CTS/RTS flowcontrol.
|
2021-09-06 13:27:40 +08:00 |
guo
|
877bb072cf
|
Merge pull request #5014 from mysterywolf/finsh
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
|
2021-09-05 19:49:43 +08:00 |
Meco Man
|
e18d44940f
|
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
|
2021-09-05 01:57:26 -04:00 |
malongwei
|
5fb6cb8b41
|
修复ringblk_buf在不使用动态内存时报错的问题
|
2021-09-01 19:58:23 +08:00 |
Bernard Xiong
|
bd44c1e590
|
Merge pull request #4970 from cndabai/master
Remove C Style Command Shell
|
2021-08-25 19:03:52 +08:00 |
Bernard Xiong
|
3dc188fb7a
|
Merge pull request #4943 from chenyingchun0312/develop
【doc】add the comments of device-ipc completion
|
2021-08-24 09:57:12 +08:00 |
chenyingchun0312
|
39689ea5ed
|
Merge branch 'develop' of https://github.com/chenyingchun0312/rt-thread into develop
|
2021-08-23 18:54:03 +08:00 |
陈迎春
|
f0c963bf53
|
Merge branch 'RT-Thread:master' into develop
|
2021-08-23 18:53:42 +08:00 |
chenyingchun0312
|
5e02709c55
|
【doc】update completion.c comments
|
2021-08-23 18:52:31 +08:00 |
马志远
|
221da7f464
|
Remove C Style Command Shell
|
2021-08-23 17:30:05 +08:00 |
Meco Man
|
b39837f480
|
[ioctl] implement function of getting window's size(TIOCGWINSZ)
|
2021-08-22 09:36:02 -04:00 |
guo
|
a98860d146
|
Merge pull request #4942 from Jackistang/master
[add] add commets for ringbuffer and workqueue.
|
2021-08-19 09:51:37 +08:00 |
Jackistang
|
4c6b4028e3
|
Update the comments for ringbuffer and workqueue.
|
2021-08-18 22:51:00 +08:00 |
Bernard Xiong
|
d71e2ac582
|
Merge pull request #4484 from mysterywolf/security
[kernel][devices] add security devices
|
2021-08-18 19:24:58 +08:00 |
Bernard Xiong
|
69cd36b5d0
|
Merge pull request #4905 from mysterywolf/rb
[ringbuffer] rt_ringbuffer_data_len采用局部变量承接,防止出现资源竞争
|
2021-08-18 19:24:13 +08:00 |
chenyingchun0312
|
a6870449ba
|
【doc】update completion.c comments
|
2021-08-18 14:10:50 +08:00 |
Jackistang
|
3de03a072e
|
修改 ringbuffer 和 workqueue 注释的语法
|
2021-08-18 09:44:52 +08:00 |
Man, Jianting (Meco)
|
3e6578916f
|
Merge branch 'master' into security
|
2021-08-17 16:56:10 -05:00 |
Jackistang
|
6173c9d7d5
|
fix comments error in ringbuffer and workqueue.
|
2021-08-17 22:44:29 +08:00 |
chenyingchun0312
|
7f2aaa210c
|
【doc】format drivers/src/completion.c
|
2021-08-16 13:10:26 +08:00 |
chenyingchun0312
|
96f773ffa9
|
【doc】add the annotation of device-ipc completion
|
2021-08-15 21:27:14 +08:00 |
Jackistang
|
99de1a6220
|
format code
|
2021-08-14 14:32:58 +08:00 |
Jackistang
|
1b7468979f
|
[ringbuffer] 添加 ringbuffer 的接口注释
|
2021-08-14 13:47:05 +08:00 |
Jackistang
|
0b4603d581
|
[workqueue] 添加了 workqueue 接口的注释
|
2021-08-14 11:10:43 +08:00 |
Meco Man
|
94ed55f34d
|
[workqueue] remove rt_delayed_work_init()
|
2021-08-01 17:26:01 +08:00 |
Meco Man
|
84db60ecfa
|
[sdio] remove rt_mmcsd_blk_init
|
2021-08-01 07:31:32 +08:00 |
Meco Man
|
619fa4d9d8
|
[ringbuffer] 采用局部变量,防止出现资源竞争
|
2021-07-31 02:20:20 +08:00 |
rtthread-bot
|
26acd64cb1
|
Merge remote-tracking branch 'rtt_gitee/gitee_master'
|
2021-07-30 16:26:31 +00:00 |
Meco Man
|
a25667a7e5
|
[rtc] add comments
|
2021-07-30 07:01:09 +08:00 |
Meco Man
|
94a9332915
|
[rtc] 移除rtc_core.c/.h 将内容转移到rtc.c/.h
|
2021-07-30 03:24:50 +08:00 |
Meco Man
|
9e47b95e61
|
rt_rtc_dev_register -> rt_hw_rtc_register
|
2021-07-30 02:31:33 +08:00 |
Meco Man
|
fb31ab9c72
|
[rtc] localtime 改 localtime_r
|
2021-07-30 02:03:55 +08:00 |
Meco Man
|
a8ed7b7769
|
[workqueue] 将rt_work_sys_workqueue_init函数私有化
|
2021-07-22 18:24:56 +08:00 |
arminker
|
2439232c8a
|
bugfix:write_index bug in rt_ringbuffer_put_force
|
2021-07-20 15:47:03 +08:00 |
Bernard Xiong
|
4919c41527
|
Merge pull request #4864 from linzhenxing-bit/master
修改mmc初始化错误,将card-》csd写成card-》cid
|
2021-07-14 17:09:07 +08:00 |
Bernard Xiong
|
10308a645b
|
Merge pull request #4860 from KyleChenjh/serial
[serial_v2] Serial_v2 support device ops feature
|
2021-07-13 09:05:09 +08:00 |
guozhanxin
|
40e7d5a23d
|
Merge remote-tracking branch 'remotes/gitee/master'
|
2021-07-12 10:14:20 +08:00 |
@lin12345678
|
9f9c3a2bb0
|
修改mmc初始化错误,将card-》csd写成card-》cid
|
2021-07-09 17:53:07 +08:00 |
chenjh
|
22139e66ca
|
[serial_v2] Serial_v2 support device ops feature
|
2021-07-09 11:27:46 +08:00 |
iysheng
|
2bd7e04827
|
[components][rtc] Add microsecond resolution support with RTC framework V2.0
|
2021-07-08 22:41:40 +08:00 |
iysheng
|
a2a7f3c2d9
|
[components][rtc] Add RTC framework V2.0 to simplify RTC registration process
|
2021-07-08 22:41:06 +08:00 |