rt-thread 官方库镜像 https://www.rt-thread.org
Go to file
qiuyiuestc 97a507e667 usbdevice/core: add reset function to support hotplug
When the USB got RESET packet from the host and the address is setup,
all the classes will got reset. The reset is done by class stop and than
class run. So the classes should reset their internal state in
class_{run,stop}.

Besides, the USB device driver could post a USB_MSG_RESET message on
every RESET packet.
2013-05-25 15:55:27 +08:00
bsp simulator: fix serial_write 2013-05-15 20:16:03 +08:00
components usbdevice/core: add reset function to support hotplug 2013-05-25 15:55:27 +08:00
documentation change the version number in doxyfile 2013-04-10 21:51:00 +08:00
examples fixed a syntax error 2013-04-10 00:17:52 +08:00
include add RT_KERNEL_MALLOC/FREE 2013-04-25 14:22:07 +08:00
libcpu fixed compiling error related to the RT_USING_INTERRUPT_INFO in mini4020 2013-04-10 00:49:18 +08:00
src add RT_KERNEL_MALLOC/FREE 2013-04-25 14:22:07 +08:00
tools add library file for Keil MDK project generation 2013-05-17 21:13:55 +08:00
.gitattributes update .gitattributes 2013-01-08 23:57:29 +08:00
.gitignore adding *~ to .gitignore 2013-03-28 23:28:19 +08:00
.travis.yml Update .travis.yml 2013-05-05 05:45:41 +08:00
AUTHORS update CRLF 2013-01-09 00:06:34 +08:00
COPYING import RT-Thread RTOS 0.3.x to Google SVN 2009-07-02 22:48:23 +00:00
README.md Update README.md 2013-05-05 05:41:37 +08:00

README.md

RT-Thread

Build Status

RT-Thread is an open source real-time operating system for embedded devices.