mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 20:48:41 +08:00
a391e0a89307258b54e2599368963ce95fa7e7d3
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.
…
…
Description
RT-Thread is an open source IoT Real-Time Operating System (RTOS).
Readme
Apache-2.0
1.9 GiB
Languages
C
96.9%
Assembly
1.5%
Python
0.8%
Linker Script
0.7%
