- 20 8月, 2013 1 次提交
-
-
由 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 12 次提交
-
-
由 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.
-
-
由 Bernard Xiong 提交于
device/pipe: add rt_pipe_{init,detach}
-
-
由 bernard 提交于
-
由 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.
-
由 Bernard Xiong 提交于
fix debug output of scheduler
-
由 Grissiom 提交于
When print the thread names, we should use "%.*s" instead of bare "%s".
-
- 12 8月, 2013 2 次提交
-
-
-
由 Bernard Xiong 提交于
-
- 09 8月, 2013 1 次提交
-
-
由 bernard 提交于
-
- 30 7月, 2013 2 次提交
-
-
-
由 Bernard Xiong 提交于
SEP6200 Support
-
- 29 7月, 2013 4 次提交
- 25 7月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
K60 fxxxx
-
由 reynoldxu 提交于
-
- 24 7月, 2013 6 次提交
- 23 7月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
simulator: update to support simulator for linux
-
- 22 7月, 2013 2 次提交
- 21 7月, 2013 6 次提交
- 17 7月, 2013 1 次提交
-
-
由 Peng Fan 提交于
-