ousugo
|
dc1f2631ee
|
Add dataqueue.c function annotation
|
2021-11-23 16:05:17 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
Meco Man
|
a233495718
|
Typo: rt_data_queue_peak() in dataqueue
|
2020-12-31 16:02:42 +08:00 |
qiyongzhong0
|
967cc968e8
|
fix difference of style
|
2020-09-18 09:45:47 +08:00 |
qiyongzhong0
|
44baf269f7
|
fix bug of dataqueue
|
2020-09-18 09:33:34 +08:00 |
qiyongzhong0
|
c16c5b968f
|
fix dataqueue, limit queue size to usable values (2,4,8,16...) to avoid errors when put_index exceed 0xffff.
|
2020-08-30 14:35:09 +08:00 |
yangjie
|
1d7b34f471
|
[components][dataqueue]修改is_init为magic数
|
2020-04-08 11:05:37 +08:00 |
yangjie
|
dfcd38b74d
|
[components][dataqueue]add rt_data_queue_deinit
|
2020-04-07 17:36:56 +08:00 |
Bernard Xiong
|
2c0640a178
|
[license] Change license to Apache.
|
2018-10-14 19:37:18 +08:00 |
armink
|
c414bdaac8
|
[DeviceDrivers]Modify the dataqueue comments.
|
2016-11-02 08:17:24 +08:00 |
armink
|
6fe47a9537
|
[DeviceDrivers]Improve dataqueue resume suspended thread code. Thanks for @grissiom suggestion.
|
2016-10-31 15:08:55 +08:00 |
armink
|
0970cf03a4
|
[DeviceDrivers]Reset dataqueue waiting_lwm flag when suspended_push_list is empty
|
2016-10-31 14:47:48 +08:00 |
armink
|
bda6543305
|
[DeviceDrivers]Fix dataqueue irq not resume bug.
|
2016-10-29 14:35:07 +08:00 |
armink
|
7860ea4f83
|
[DeviceDrivers]Fix dataqueue calculate put and get buffer index bug.
|
2016-10-19 10:54:22 +08:00 |
armink
|
f2c31eebb5
|
[DeviceDrivers]Fix dataqueue's bug when push data is timeout the lwm flag isn't reset.
|
2016-10-19 10:49:42 +08:00 |
yiyue.fang
|
621fbdb90c
|
Embedded GPLv2 license in drivers
|
2013-06-28 00:36:54 +08:00 |
dzzxzz@gmail.com
|
ef5c47e684
|
fixed the coding style in components/drivers/src
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2529 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-12-26 00:29:42 +00:00 |
dzzxzz@gmail.com
|
db58e3350b
|
add serial DMA transmit function(beta)
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2382 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-11-01 07:17:54 +00:00 |
bernard.xiong@gmail.com
|
4f05dd5426
|
Add pipe, data queue implementation; Fix the issue which leaks one item in the available data of ring buffer.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2313 bbd45198-f89e-11dd-88c7-29a3b14d5316
|
2012-09-30 07:33:13 +00:00 |