rt-thread 私人库
Go to file
Grissiom c289aa9fc1 Scons: add a custom tool to do clang static analyze
Bsps can use the clang analyzer as a tool:

    env = Environment(toolpath=[os.path.join(RTT_ROOT, 'tools',
                      'tools')], tools = ['clang-analyze'])

When building the project, the static analyzer will be called to check
all the C code. The warnings are print to stderr.
2013-09-07 15:15:48 +08:00
bsp simulator: get CROSS_TOOL and EXEC_PATH from env 2013-09-06 21:54:27 +08:00
components log_trace: cleanup 2013-09-03 16:09:16 +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 dev/portal: implement portal device 2013-08-20 12:54:43 +08:00
libcpu sim/posix: move rt_hw_context_switch_interrupt after it's definition 2013-09-04 00:05:03 +08:00
src fix debug output of scheduler 2013-08-19 10:08:11 +08:00
tools Scons: add a custom tool to do clang static analyze 2013-09-07 15:15:48 +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.