-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kernel][rsoc]tick long long unit #9496
base: master
Are you sure you want to change the base?
Conversation
src/Kconfig
Outdated
@@ -116,6 +116,12 @@ config RT_TICK_PER_SECOND | |||
help | |||
System's tick frequency, Hz. | |||
|
|||
config RT_USING_TICK_LL_UNIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config RT_USING_TICK_LL_UNIT | |
config RT_TICK_USING_64BIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
src/Kconfig
Outdated
@@ -116,6 +116,12 @@ config RT_TICK_PER_SECOND | |||
help | |||
System's tick frequency, Hz. | |||
|
|||
config RT_USING_TICK_LL_UNIT | |||
bool "Using long long as tick unit" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bool "Using long long as tick unit" | |
bool "Using 64-bit systick" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
tick更改成64bit的,需要对TICK_MAX/2做完整性分析 建议: |
拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
#9482
你的解决方案是什么 (what is your solution)
添加kcong将他配置为64位,默认还是32位
请提供验证的bsp和config (provide the config and bsp)
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up