- 31 7月, 2014 1 次提交
-
-
由 wuyangyong 提交于
-
- 18 7月, 2014 1 次提交
-
-
由 bernard 提交于
-
- 13 7月, 2014 2 次提交
-
-
由 qiuyiuestc 提交于
2. Fix data transfer size calculate error issue;
-
由 bernard 提交于
-
- 10 7月, 2014 1 次提交
-
-
由 bernard 提交于
-
- 06 4月, 2014 1 次提交
-
-
由 weety 提交于
[USB]fix rt_usbd_set_config() BUG which set the USB device to configuration state before enumerating the device.
-
- 04 3月, 2014 2 次提交
-
-
由 bernard 提交于
-
由 qiuyiuestc 提交于
2.adjust some viable and micro name 3.some other small fix
-
- 03 3月, 2014 1 次提交
-
- 28 2月, 2014 1 次提交
-
-
由 Bright Pan 提交于
-
- 26 2月, 2014 1 次提交
-
-
由 Bright Pan 提交于
Add hardware flow support. Use new struct serial_ringbuffer.
-
- 16 2月, 2014 1 次提交
-
-
由 qiuyiuestc 提交于
Pass USB CV test verification; Code cleanup;
-
- 30 12月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 29 12月, 2013 1 次提交
-
-
由 bernard 提交于
-
- 25 10月, 2013 3 次提交
- 23 10月, 2013 1 次提交
-
-
由 Grissiom 提交于
-
- 24 9月, 2013 1 次提交
-
-
由 joyhope 提交于
*buffer) with buffer pointer
-
- 22 8月, 2013 2 次提交
-
-
由 Grissiom 提交于
When forwarding rx/tx callback from the underlaying device(pipe), the "dev" argument should be the portal. So the portal callback could think itself as called.
-
由 Grissiom 提交于
It does not make sense to open portal without a flag. One should open a portal with RT_DEVICE_OFLAG_RDWR in most cases.
-
- 20 8月, 2013 2 次提交
-
-
由 Grissiom 提交于
Portal is a device that connect devices. Currently, you can only connect pipes in portal. Pipes are unidirectional. But with portal, you can construct a bidirectional device with two pipes.
-
由 Grissiom 提交于
Pipe have many differences with char device. The main difference is altough pipe have both read and write, it is unidirectional in nature.
-
- 19 8月, 2013 6 次提交
-
-
由 Grissiom 提交于
-
由 Grissiom 提交于
Some reader(FinSh again) would like to block on a semaphore which is released in rx_indicate. So we should invoke rx_indicate in _rt_pipe_resume_reader.
-
由 Grissiom 提交于
The previous implementation will always blocks the reader/writer. However, at least FinSh would expect the device to be nonblocking --- read should return 0 when there is no data in it.
-
由 Grissiom 提交于
Add the APIs that will discard the old data when rb is full.
-
由 Grissiom 提交于
RT_RINGBUFFER_SIZE could mean "the size of the whole buffer", "the size of the empty space" or "the size of the data". Moreover, it's never a micro anymore. Change it to rt_ringbuffer_data_len before it's too late. Also, RT_RINGBUFFER_EMPTY is changed to rt_ringbuffer_space_len.
-
由 Grissiom 提交于
This provide the possibility that allocate the buffer of the ringbuffer on a specific region, instead of always mallocing it. It also bring us the benefit of using pipe device on the systems without heap.
-
- 25 7月, 2013 1 次提交
-
-
由 reynoldxu 提交于
-
- 24 7月, 2013 2 次提交
- 29 6月, 2013 1 次提交
-
-
由 yiyue.fang 提交于
-
- 28 6月, 2013 2 次提交
-
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
- 23 6月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 15 6月, 2013 1 次提交
-
-
由 heyuanjie87 提交于
-
- 11 6月, 2013 1 次提交
-
-
由 Grissiom 提交于
Some driver will emit USB_MSG_DATA_NOTIFY before the USB get configured. Filter out those events.
-
- 06 6月, 2013 1 次提交
-
-
由 Grissiom 提交于
When the core received an USB_MSG_PLUG_OUT event, it will stop all the classes. This make a chance that the classes could get rid off doing useless stuff while the USB cable is plugged out.
-
- 30 5月, 2013 1 次提交
-
-
由 heyuanjie87 提交于
-