RT-Thread / rt-thread

RT-Thread is an open source IoT Real-Time Operating System (RTOS).
https://www.rt-thread.io
Apache License 2.0
10.37k stars 4.99k forks source link

[kernel][rsoc]tick long long unit #9496

Open CYFS3 opened 1 day ago

CYFS3 commented 1 day ago

拉取/合并请求描述:(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:

BernardXiong commented 18 hours ago

tick更改成64bit的,需要对TICK_MAX/2做完整性分析

建议: 对tick进行更改时,对32位tick下的超时机制/tick最大时长/tick回绕进行完整分析,并对相关场合代码在64位tick下的影响都完整检查过。