rt-thread/examples
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
..
file convert end of line 2013-01-08 05:05:02 -08:00
kernel fixed a syntax error 2013-04-10 00:17:52 +08:00
libc convert end of line 2013-01-08 05:05:02 -08:00
log_trace log_trace: add a in-mem-log example 2013-10-23 01:48:47 +08:00
module convert end of line 2013-01-08 05:05:02 -08:00
network convert end of line 2013-01-08 05:05:02 -08:00
test convert end of line 2013-01-08 05:05:02 -08:00
ymodem components/utilities: add ymodem 2013-10-09 23:26:42 +08:00