rt-thread 私人库
Go to file
Grissiom 3ee4a18506 tools: add an option to generate cscope database
When --cscope option is given to Scons, it will generate a cscope
cross-reference database in current directory, which is useful in
Vim(and other cscope-aware text editors). For example, `scons -s
--cscope` will do nothing except generating the database. You can use
this option with other options together.

It is inspired by the `make cscope` of Linux.
2013-06-19 18:02:03 +08:00
bsp Signed-off-by: visitor83 <wolflouiswang@gmail.com> 2013-06-18 12:51:55 +08:00
components udisk can be eject 2013-06-15 23:02:50 +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 rtdef.h: get back the codes that removed accidentally by d80a471 2013-06-03 22:23:17 +08:00
libcpu Signed-off-by: visitor83 <wolflouiswang@gmail.com> 2013-06-18 12:51:55 +08:00
src Fix the memheap_realloc issue 2013-06-03 06:44:35 +08:00
tools tools: add an option to generate cscope database 2013-06-19 18:02:03 +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.