1.LOG支持彩色输出。

2.内存管理分离到memory.c
This commit is contained in:
MacRsh
2023-12-20 23:09:31 +08:00
parent b1b1fb3602
commit e33aeca4da
4 changed files with 299 additions and 269 deletions

13
Kconfig
View File

@@ -29,6 +29,13 @@ menu "Device configure"
menu "Logging configure"
depends on MR_USING_LOG
config MR_USING_LOG_COLOR
bool "Use color log"
default y
help
"Use this option allows for the use of color log."
config MR_USING_LOG_ERROR
bool "Use error log"
default y
@@ -52,6 +59,12 @@ menu "Device configure"
default y
help
"Use this option allows for the use of debug log."
config MR_USING_LOG_SUCCESS
bool "Use success log"
default y
help
"Use this option allows for the use of success log."
endmenu
config MR_CFG_NAME_MAX