MyGit

v3.0.3

RT-Thread/rt-thread

版本发布时间: 2018-03-05 22:09:38

RT-Thread/rt-thread最新发布版本:v5.1.0(2024-04-22 14:50:37)

RT-Thread v3.0.3 has been released. The change log since v3.0.2:

Kernel

    #define DBG_ENABLE

    #define DBG_SECTION_NAME    "[ MOD]"
    #define DBG_LEVEL           DBG_INFO
    #define DBG_COLOR
    #include <rtdbg.h>

When close the DBG_ENABLE definition, the debug log will be closed. Otherwise, the dbg_log(level, fmt, ...) can be used to print debug information.

DBG_SECTION_NAME - The prefix information for each log line; DBG_LEVEL - The debug log level; DBG_COLOR - Whether use color log in console.

Components

BSP

Tools

相关地址:原始地址 下载(tar) 下载(zip)

查看:2018-03-05发行的版本