xqyjlj
|
353aa57a54
|
[component][drivers][cputime]Fix timer dev (#7442)
|
2023-05-07 23:14:39 +08:00 |
xqyjlj
|
8748886987
|
🐞 fix(components/drivers/cputime/cputimer.c): fix cputimer with signal (#7247)
|
2023-04-14 17:02:42 +08:00 |
xqyjlj
|
970c7c6f7a
|
🐞 fix(components/drivers): fix cpu timer in multithreading (#7222)
* 🐞 fix(components/drivers): fix cpu timer in multithreading
* 🎈 perf(components): change double to uint64_t
* 🎈 perf(components): add UL suffix
|
2023-04-13 16:00:19 +08:00 |
zhkag
|
4c1c6ef4e4
|
解决关中断时进行了调度操作
|
2023-02-25 02:46:01 -05:00 |
zhkag
|
0f85648cfb
|
Improve timer accuracy and realize (#6926)
* add cputimer frame
* add cputime sleep
* ctime use cputime
* Processing cputime has no timeout function
* Migration cputime Code
* formatting file
* 整理代码
* add document copyright information
* 改 cputime_timer 为 cputimer
* 简化 _cputimer_list 初始化
* rt_cputimer_create -> rt_cputimer_init
* Remove RT_USING_CPUTIME and code cleanup.
* Remove RT_USING_CPUTIME in cputimer.c
* Set set_next_timeout as static function.
---------
Co-authored-by: Bernard Xiong <bernard.xiong@gmail.com>
|
2023-02-15 20:46:22 +08:00 |