rt-thread 官方库镜像 https://www.rt-thread.org
Go to file
Grissiom a391e0a893 log_trace: add a in-mem-log example
After `log_trace_init()`, call `memlog_init`. It then turn the logtrace
into a "in-memory" logger which will buffer all the log in memory. It
also set a hook in idle to flush all the log into console. One may
create an other thread to flush the logs but idle might be the simplest
place to go.
2013-10-23 01:48:47 +08:00
bsp initialize timer in bsp 2013-10-21 00:31:10 +08:00
components device/pipe: add a control cmd to get the space left in pipe 2013-10-23 01:43:18 +08:00
documentation change the version number in doxyfile 2013-04-10 21:51:00 +08:00
examples log_trace: add a in-mem-log example 2013-10-23 01:48:47 +08:00
include Merge pull request #173 from grissiom/new-timer 2013-10-17 15:44:20 -07:00
libcpu Delete SConscript 2013-09-22 06:59:52 +08:00
src kernel: timer: fix compiling bug in d59aa279c3 2013-10-19 21:07:14 +08:00
tools scons script: support to generate vs2012 project xml 2013-10-01 15:37:34 +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 travis: add scan-build in PATH 2013-09-07 18:31:05 +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.