Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
ddd7343b
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
ddd7343b
编写于
11月 07, 2018
作者:
B
Bernard Xiong
提交者:
GitHub
11月 07, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1951 from armink/fix_kconfig
[component] fix Kconfig warning in at and ulog.
上级
1b351ff9
4e6f13e0
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
13 addition
and
9 deletion
+13
-9
components/net/at/Kconfig
components/net/at/Kconfig
+1
-1
components/utilities/Kconfig
components/utilities/Kconfig
+12
-8
未找到文件。
components/net/at/Kconfig
浏览文件 @
ddd7343b
...
@@ -78,7 +78,7 @@ if RT_USING_AT
...
@@ -78,7 +78,7 @@ if RT_USING_AT
endif
endif
config AT_SW_VERSION_NUM
config AT_SW_VERSION_NUM
int
hex
default 0x10200
default 0x10200
help
help
sfotware module version number
sfotware module version number
...
...
components/utilities/Kconfig
浏览文件 @
ddd7343b
...
@@ -54,20 +54,20 @@ config RT_USING_ULOG
...
@@ -54,20 +54,20 @@ config RT_USING_ULOG
if !ULOG_USING_SYSLOG
if !ULOG_USING_SYSLOG
choice
choice
prompt "The static output log level."
prompt "The static output log level."
default ULOG_OUTPUT_LVL_D
EBUG
default ULOG_OUTPUT_LVL_D
help
help
When the log level is less than this option and it will stop output.
When the log level is less than this option and it will stop output.
These log will not compile into ROM when using LOG_X api.
These log will not compile into ROM when using LOG_X api.
NOTE: It's not available on syslog mode.
NOTE: It's not available on syslog mode.
config ULOG_OUTPUT_LVL_A
SSERT
config ULOG_OUTPUT_LVL_A
bool "Assert"
bool "Assert"
config ULOG_OUTPUT_LVL_E
RROR
config ULOG_OUTPUT_LVL_E
bool "Error"
bool "Error"
config ULOG_OUTPUT_LVL_W
ARNING
config ULOG_OUTPUT_LVL_W
bool "Warning"
bool "Warning"
config ULOG_OUTPUT_LVL_I
NFO
config ULOG_OUTPUT_LVL_I
bool "Information"
bool "Information"
config ULOG_OUTPUT_LVL_D
EBUG
config ULOG_OUTPUT_LVL_D
bool "Debug"
bool "Debug"
endchoice
endchoice
endif
endif
...
@@ -101,14 +101,18 @@ config RT_USING_ULOG
...
@@ -101,14 +101,18 @@ config RT_USING_ULOG
config ULOG_OUTPUT_LVL
config ULOG_OUTPUT_LVL
int
int
default 0 if ULOG_OUTPUT_LVL_A
SSERT
default 0 if ULOG_OUTPUT_LVL_A
default 0 if ULOG_OUTPUT_LVL_EMERG
default 0 if ULOG_OUTPUT_LVL_EMERG
default 1 if ULOG_OUTPUT_LVL_ALERT
default 1 if ULOG_OUTPUT_LVL_ALERT
default 2 if ULOG_OUTPUT_LVL_CRIT
default 2 if ULOG_OUTPUT_LVL_CRIT
default 3 if ULOG_OUTPUT_LVL_E
default 3 if ULOG_OUTPUT_LVL_ERROR
default 3 if ULOG_OUTPUT_LVL_ERROR
default 4 if ULOG_OUTPUT_LVL_W
default 4 if ULOG_OUTPUT_LVL_WARNING
default 4 if ULOG_OUTPUT_LVL_WARNING
default 5 if ULOG_OUTPUT_LVL_NOTICE
default 5 if ULOG_OUTPUT_LVL_NOTICE
default 6 if ULOG_OUTPUT_LVL_I
default 6 if ULOG_OUTPUT_LVL_INFO
default 6 if ULOG_OUTPUT_LVL_INFO
default 7 if ULOG_OUTPUT_LVL_D
default 7 if ULOG_OUTPUT_LVL_DEBUG
default 7 if ULOG_OUTPUT_LVL_DEBUG
default 7
default 7
...
@@ -220,7 +224,7 @@ config RT_USING_ULOG
...
@@ -220,7 +224,7 @@ config RT_USING_ULOG
default n
default n
config ULOG_SW_VERSION_NUM
config ULOG_SW_VERSION_NUM
int
hex
default 0x00100
default 0x00100
help
help
sfotware module version number
sfotware module version number
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录