rt-thread 官方库镜像 https://www.rt-thread.org
Go to file
Grissiom 981d929b56 ringbuffer: fix the ambiguous name
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.
2013-08-19 14:12:35 +08:00
bsp Merge pull request #132 from MrVan/sep6200 2013-07-29 22:35:31 -07:00
components ringbuffer: fix the ambiguous name 2013-08-19 14:12:35 +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 initialization debug code 2013-07-24 07:33:48 +08:00
libcpu Merge pull request #132 from MrVan/sep6200 2013-07-29 22:35:31 -07:00
src fix debug output of scheduler 2013-08-19 10:08:11 +08:00
tools add buildlib for Keil MDK 2013-08-09 22:26:22 +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.