- 12 5月, 2013 7 次提交
-
-
由 Grissiom 提交于
Although currently the only message send to the queue is struct udev_msg, in order to keep backward compacity and for extention in the future, we set the size of message to 32.
-
由 Grissiom 提交于
It also add two configurations for the USB device even loop thread: RT_USBD_THREAD_STACK_SZ to set the stack size, default to 2048 RT_USBD_THREAD_PRIO to set the priority, default to 8 You can overwrite the default values in rtconfig.h
-
由 Bernard Xiong 提交于
serial: use RT_SERIAL_RB_BUFSZ to define the size of ring buffer.
-
由 Bernard Xiong 提交于
Fix usb serial
-
由 Bernard Xiong 提交于
-
由 Grissiom 提交于
We start the sending transaction in SOF handler. But if the data is already sending, start an other transaction will cause data lose. Implement a state machine is cdc_vcom and avoid that.
-
由 Grissiom 提交于
Sort the switch cases by the frequency of the events.
-
- 10 5月, 2013 3 次提交
- 09 5月, 2013 1 次提交
-
-
由 Grissiom 提交于
This commit set the buffer for packet to CDC_MaxPacketSize which is a reasonable value for it. However, maybe we should make CDC_{RX,TX}_BUFSIZE configurable as well.
-
- 08 5月, 2013 3 次提交
-
-
由 Bernard Xiong 提交于
Ringbuffer
-
由 Grissiom 提交于
-
由 Grissiom 提交于
The new implementation use the mirroring method to distinguish full buffer and the empty buffer. It also support buffers of arbitrary size.
-
- 05 5月, 2013 4 次提交
-
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
- 04 5月, 2013 2 次提交
-
-
由 qiuyiuestc 提交于
usbdevice/core/core.c: fix garbage value bug
-
由 Grissiom 提交于
This could crash the program with -O1 and -O2 in MDK.
-
- 25 4月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
-
- 17 4月, 2013 1 次提交
-
-
由 Bernard Xiong 提交于
-
- 10 4月, 2013 10 次提交
-
-
-
由 yiyue.fang 提交于
1.1.0 -> 1.2.0
-
-
由 yiyue.fang 提交于
1.1.0 -> 1.2.0
-
由 qiuyiuestc 提交于
-
由 Bernard Xiong 提交于
-
由 yiyue.fang 提交于
2006 - 2013 Copyright by rt-thread team
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
-
由 yiyue.fang 提交于
error: expected expression before 'void' error: too many arguments to function
-
- 08 4月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
Use SRAM as EMAC transmit buffer, to avoid the underrun error, especiall...
-
由 weety 提交于
Use SRAM as EMAC transmit buffer, to avoid the underrun error, especially in the large amount of data communication.
-
- 05 4月, 2013 1 次提交
-
-
由 user 提交于
-
- 04 4月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
-
由 prife 提交于
Dfs clean and optimized code
-
- 03 4月, 2013 2 次提交
-
-
由 Bernard Xiong 提交于
strip more characters in finsh token.
-
由 Bernard Xiong 提交于
-